If you like SEOmastering Forum, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...

 

Dynamicly getting id of an element

Started by Xatsker, 04-21-2010, 16:35:13

Previous topic - Next topic

Xatsker

I want to get the id of this element so I can use it. How would I do it? (I want the <a> to have no id yet still be able to be called from javascript)
  •  


Sevam

You can check the results of getElementsByTagName and locate the one you want.


If you like SEOmastering Forum, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...