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

Hi! I'm trying to apply a "required" validation on a textarea but it doesn't seem to work. Any other validations like minlength work just fine. Any ideas? Thanks in advance

Fixed an error that prevented validation type "required" on textarea elements.

Demo Link is broken http://demos.usejquery.com/ketchup-plugin/

It is a very nice plugin, really loved to use it. Thanks..!! Just a small change to add here for email field. For email field, if no value is given,...

## The latest jquery ketchup plugin (v0.3.2) don't work with jQuery 1.8.x or later, because ketchup plugin is using $(element).data(“events”) method which was removed in jquery 1.8. What’s Been Removed...

jQuery 1.6 uses prop(“checked“) to see if a checkbox is selected. Older versions that use attr(“checked”) are also supported.

Some iterators were not declared, so they were at the global scope, which is not sucha good practice.

Hi, For and validation "required" generates error on ketchup plugin. I made this improvement to support these two form elements. Please merge it to master branch.

- The .html('') method calls .empty() before set a blank value, in this case, then .empty() is simpler to use; - Added z-index to work fine when the form is...

I can't figure out how to put the error message into a already existing container. I have a container that's displayed on certain events: ``` ``` It's for various different...