My javascript skills are amateur at best, but this is what im trying to do.
I have code similar to this,
I would like to use javascript in order to change the links to:
for all links that have the class tempLinkForBadBrowsers
and maybe add an "onclick" event to it, however at the moment that is being take care of with a div and isn't that important.
After about an hour of googles' failed results i figured I would just ask real people!
Thanks,
I have code similar to this,
Code:
<a href="link.php" class="tempLinkForBadBrowsers"><div>lalala</div></a>
<a href="link2.php" class="tempLinkForBadBrowsers"><div>lalala2</div></a>
I would like to use javascript in order to change the links to:
Code:
href="#"
and maybe add an "onclick" event to it, however at the moment that is being take care of with a div and isn't that important.
After about an hour of googles' failed results i figured I would just ask real people!
Thanks,