jQuery validation plugin , validate only visible fields
Refer this Stack overflow post for the solution
http://stackoverflow.com/questions/1802177/jquery-validation-only-for-visible-controls
Pasting code from the post below
$("#registerform").validate({ignore:":not(:visible)"});
Categories :
jQuery
JavaScript