This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
javascript:plugins:formvalidation [2017-02-15 18:17] – ↷ Page name changed from javascript:plugins:formvalidtion to javascript:plugins:formvalidation admin | javascript:plugins:formvalidation [2023-10-26 20:08] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 6: | Line 6: | ||
* '' | * '' | ||
* http:// | * http:// | ||
+ | * Form is not reset if not visible: this causes issues with hidden modal | ||
+ | * 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: {{ : |