tslatt
tslatt
I need to dynamically trigger validation of a single field without the field having changed. Is this possible? I have tried $(selector).trigger("change"); , but that didn't cause the field to...
I have two related fields: expiration month (mm) and expiration year (yy). I have custom validators on both of them to make sure the value is in the correct format,...
If a field has been validated and is showing an error or warning, and you destroy and reinitialize the validation because you've added or removed a different field, all of...
If I have a page using skrollr open in the browser for a long time, without doing anything to it, just sitting there, eventually it pops up the following error...
I want my font sizes set in the css, and not overwritten by the script. How is that done?