This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| javascript:plugins:formvalidation [2017-02-22 13:38] – admin | javascript:plugins:formvalidation [2023-10-26 20:08] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| * '' | * '' | ||
| * http:// | * http:// | ||
| - | | + | |
| + | * Solution: add resetForm to '' | ||
| + | * < | ||
| + | $("# | ||
| + | });</ | ||
| + | * See https:// | ||
| + | * If validation added with HTML5 data-attributes, | ||
| + | * Example: reizen3.krisphilippe.be/ | ||
| + | validators: | ||
| + | remote: { | ||
| + | url:'/ | ||
| + | data: function(validator, | ||
| + | // validator is FormValidation instance, $field is the field element, value is the field value | ||
| + | // Return an object | ||
| + | return { | ||
| + | hotel_checkout: | ||
| + | request: | ||
| + | } | ||
| + | } | ||
| + | } | ||
| + | } | ||
| + | });</ | ||
| + | * Date | ||
| + | * is only checked if '' | ||
| + | * default format = '' | ||
| + | * '' | ||
| + | * See http:// | ||
| + | * Issues | ||
| + | * Bug [[https:// | ||
| + | * Fix: {{ : | ||