Using Javascript to ONLY hide a link/txt/div -


i have site javascript image viewer enlarge pics.

therefore if browse js enabled dont have see link page witch shows pics enlarged.

if js disabled wont see function enlarge pics javascript, see link enlarged page.

i need code hide link. keep finding toggle switches.

instead of hiding link, put in noscript tags:

<noscript>   <a href="/url">this link shows without javascript enabled</a> </noscript> 

Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -