ketchup-plugin icon indicating copy to clipboard operation
ketchup-plugin copied to clipboard

Tasty jQuery Form Validation

Results 21 ketchup-plugin issues
Sort by recently updated
recently updated
newest added

I'm using custom error containers, and ketchup is setting the display style to inline-block, which I don't want as it mucks up my layout.

http://stackoverflow.com/questions/22742675/jquery-ketchup-plugin-unbind-from-specific-field-if-condition-satisfied Now, I have following scenario: - form has 4 address fields and one select list - These fields are required only if user select other than "Other Non Provider"...

I am having a issue getting Ketchup to validate a set of radio buttons to ensure they made a selection. There are no examples on the site showing how to...

There should be a way to clear all the validations, without actually entering the data and correcting the validations.

I tried to make a required select (combobox) and got the following error: b.attr("type") is undefined jQuery.ketchup.validation("required","...tween {arg1} and {arg2}.",function(g, ... Is possible validation of select elements?

Custom validations will fail if they take a parameter and end in "on" Suppose you create a function - _password_confirmation(.orig_password_field)_ This would become: _data-validate="validate(password_confirmation(.orig_password_field))"_ Look at the function "extractEvents" -...

I can use you validation only if the forms are submitting normally to another window. I need to use it with ajaxSubmit instead of submit. please

A more appropriate name for the "username" rule would be "alphaNumeric" or similar. Many sites allow usernames containing dots and underscores. Similarly if there is another text field where only...

The validation messages may depend on the client language. A way to do this is to replace the current contents of the "jquery.ketchup.validations.js" file with the below (working) code. Would...

For websites in other language (as french), the plugin dosen't work if the encoding (charset=UTF-8) is subsitute by a (iso-8859-1)