I have a form that detects if all the text-fields are valid on each keyup() and focus(); if they\'re all valid, it will enable the submit button for the user to press. Howev
this is the ultimate solution, guaranteed to work
$(document).bind('mouseover', function(){ liveValidate(); });