Klaus Hartl wrote:
> does jQuery have a method to transform its results to an array of DOM 
> nodes? Like for example:
> 
> var lis = $('li').toArray();

Hello Klaus.

I think this is what you're after:
var lis = $('lis').get();


Best wishes,
Dave Cardwell ~ http://davecardwell.co.uk/

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to