In my application i am using AJAX call. I want to use break
and continue
in this jQuery loop.
$('.submit').filter(':checked').each(function() {
});
In my application i am using AJAX call. I want to use break
and continue
in this jQuery loop.
$('.submit').filter(':checked').each(function() {
});