This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
javascript:plugins:formvalidation [2017-05-01 11:15] – admin | javascript:plugins:formvalidation [2023-10-26 20:08] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 12: | Line 12: | ||
});</ | });</ | ||
* See https:// | * 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 | * Date | ||
* is only checked if '' | * is only checked if '' | ||
Line 17: | Line 33: | ||
* '' | * '' | ||
* See http:// | * See http:// | ||
+ | * Issues | ||
+ | * Bug [[https:// | ||
+ | * Fix: {{ : |