Is Nodeindex A Valid Dom Element Property In Ie?
I came across some javascript at work today that used jQuery to fetch two elements. It then used elem.nodeIndex to determine the position in the elements parent for each element. N
Solution 1:
It looks like it's jQuery that's adding nodeIndex
to nodes in some cases.
Post a Comment for "Is Nodeindex A Valid Dom Element Property In Ie?"