[jQuery] get(index) method does not return DOMNode in jQuery 1.2.6?!
After upgrade to v.1.2.6 i got many errors in places, where my code
works with nodes, returned by jQuery.get(index) method.
Under firebug i sow that return value in 1.2.6 is not the same as in
1.2.3.
Can you explain this?
How to get native DOMNode object in jQuery 1.2.6?