Hi,

> var $jQ = $("div");
> for(var i=0; i < $jQ.length; i++) {
>       alert(i + ':' + $jQ[i]);
> }

He wants to sort the Array. That is IIRC not possible with the jQuery-Object 
itsself.

Christof

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

Reply via email to