Also, what is that ## selector about?

--Erik

On 3/30/07, Dmitrii 'Mamut' Dimandt <[EMAIL PROTECTED]> wrote:
> This is a question I got from a friend of mine:
>
> $("##players tr:gt(0)").each(
>     function()
>     {
>         s = parseFloat($("td:eq(0)", this).text());
>     }
> );
>
> How do I break out of this loop? I don't need to go to the very end.
>
> _______________________________________________
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to