document.getElementById(someValue)
will return an element with name
= someValue
if present, and then look for an element with id
= someValue
. And I spent an hour trying to figure out why a simple 3-line script was not working…
document.getElementById(someValue)
will return an element with name
= someValue
if present, and then look for an element with id
= someValue
. And I spent an hour trying to figure out why a simple 3-line script was not working…
Comments (2)
Yes Ankit. IE Does suck.
How are you doing btw?
Not much. Getting bored at work mostly…