In my application i am using AJAX call. I want to use break and continue in this jQuery loop.
break
continue
$(\'.submit\').filter(\':checked\').each
return or return false are not the same as continue. If the loop is inside a function the remainder of the function will not execute as you would expect with a true "continue".