This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| javascript:plugins:formvalidation [2017-05-25 12:11] – [formvalidation.io] 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 18: | Line 34: | ||
| * See http:// | * See http:// | ||
| * Issues | * Issues | ||
| - | * Bug [[#724|https:// | + | * Bug [[https:// |
| - | * Fix: | + | * Fix: {{ : |