How to use continue in jQuery each() loop?

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 Comment