[jQuery] .children()
[jQuery] .children()
if i have an element like this:
<li><img ..> some text <a ...></li>
then FF says that the li has 3 child nodes, but .children() has only 2 (img and a).
Is this desirable?
Topic Participants
arieljake
malsup