How to change link if JS is disable and enable ?
- by metal-gear-solid
I need if JS is enabled then this link will be this
<a href="#" class="collops">see sitemap</a>
And is js is disabled then link should be this
<a href="http://stackoverflow.com" class="collops">see sitemap</a>