I am having one heck of a hard time trying to figure this out. Been looking at examples and tools for JQuery validation for over 3 hours now.
All I want to do is require
This worked for me in my case where I want to require users to check a checkbox in order to submit a form.
$(document).ready(function(){ $('#yourinput').required = true; });