$("input[type='submit']").click(function() { if ($(".Mandatory").length > 0) { // Do some code here } });