Jörn Zaefferer wrote: >> does jQuery have a method to transform its results to an array of DOM >> nodes? > > As already mentioned, get() should do the job. From the API docs: > Access all matched elements. This serves as a backwards-compatible way of > accessing all matched elements (other than the jQuery object itself, which > is, in fact, an array of elements).
I agree, get() would be the best way to get the job done. /c _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
