I\'m trying to stop postback on form submit if my custom jQuery validation returns false.
Is there any way to prevent the __doPostback() function finishing from with
$('#yourPostButton').click(function(){ return false; });
This should do!