SyntaxFix
Write A Post
Hire A Developer
Questions
jQuery.noop() can help
$(".row").each( function() { if (skipIteration) { $.noop() } else{doSomething} });