Hi,
> OK, how about:
>
> var arr = $("li").toString().split(',');How can that work with DOM Objects? 1. I can not find toString() in jQuery. I guess it will return something like "[object]". 2. Splitting a string creates an array of strings, not an array of DOM nodes. Christof _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
