In my application i am using AJAX call. I want to use break and continue in this jQuery loop.

$('.submit').filter(':checked').each(function() {

});

4 Answers
4

Leave a Reply

Your email address will not be published. Required fields are marked *