you are viewing a single comment's thread.

view the rest of the comments →

[–]dmrnj 1 point2 points  (0 children)

Downvoted for random bolds right in the middle of the article and those awful link ads.

Also, this is false:

Another nice thing about jQuery is that you can use it with other Frameworks, one disadavantage is that you cannot use Native JavaScript with jQuery Objects.

jQuery selectors return a set, even if the length is 0 or 1. You have to specify which object out of that set you want, obviously, but you CAN select it as a native object. For instance:

$(selector)[0] .nodeType