javascript - Alternative to getElementsByTagName -


Since the getElementsByTagName () function is new (DOM-1?) I need a more reliable method to get a reference Element tag name / id based on

Edit - without using a framework, because I need a size cut; Therefore the structure is not acceptable for 10-20. I need JS code which can get an element

getElementsByTagName is not newIt is IE 5, Supported since FF1 and Opera 7

[edit] Thanks for pointing it out. It was actually backed up since Opera 7.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -