John McCarthy
Results
1
comments of
John McCarthy
Another quick workaround: mark your required fields using a data attribute, then add the required property: $(window).load(function () { $('input[data-required=true]').attr('required', true); });