[jQuery] .get()
[jQuery] .get()
> BTW, one thing I don't really like about jQuery is that $() returns
> a jQuery object and I need to use $().get(0) to get the real element.
I have used jQuery in several projects and not once used get(). To me it
feels like the goto of jQuery because it allows backsliding into DOM habits
rather than encouraging a jQuery solution--for example a plugin that could
be used in a continuation chain. An escape hatch is good for special
situations, but inconvenient as a front door.
At least that's my experience. Do other people use get() a lot? What
situations require it?
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/