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
Post a Comment