[jQuery] break in $.each
[jQuery] break in $.each
Is there a way to break the $.each loops?
I'd like it to be
$.each(object, function() {
break;
});
but it doesen't seem so.
Andreas
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/