The Arcive of vBulletin Modifications Site. |
|
|
Hide certain things from users that have javascript disabled
Hide certain things from users that have javascript disabled I needed this for a project I'm working on, and thought I'd share it, as I liked my idea a lot. ![]() Instructions Open your headinclude template and add this code at the very bottom: HTML Code:
<!-- is js enabled? --> <noscript> <style type="text/css"> .ifjs { display:none; } </style> </noscript> <!-- / is js enabled? --> HTML Code:
<div class="ifjs">visitors with disabled js won't see this</div> <div class="alt1 ifjs">visitors with disabled js won't see this</div> ![]() Feel free to go crazy with javascript now and not worry about those morons who disable it!
|
|
#2
|
||||
|
||||
|
great idea - I will have to try it out later. very simple javascript, but seems like it would be effective. It seems like this could easily be converted to BB code, also.
|
|
#3
|
|||
|
|||
|
Quote:
![]() Why would someone want to convert this to a bbcode? I can't think of any use of such a bbcode... |
|
#4
|
||||
|
||||
|
Nice job Michelle!
|
|
#5
|
|||
|
|||
|
|
|
#6
|
||||
|
||||
|
Quote:
https://vborg.vbsupport.ru/showthread.php?t=141584 |
|
#7
|
||||
|
||||
|
You could combine it with any BBCode that uses Javascript, such as a spoiler tag.
|
|
#8
|
|||
|
|||
|
Thanks you - incredibly useful!
|
|
#9
|
|||
|
|||
|
Really neat, very helpful! Many thanks!
|
![]() |
|
|