mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
53c84d93da
1) Use quoted name attribute selector, to work with CheckboxsetField bracketed[] field names 2) Initialize unchecked boxes original values to 0 instead of undefined, as this is the value onchange() expects for unchecked boxes (see line 67) |
||
---|---|---|
.. | ||
lib | ||
spec | ||
vendor | ||
README.md |
jquery.changetracker - Change tracking for forms
Setup
jQuery('<my-form>).changetracker();
Usage
Finding out if the form has changed: jQuery(').is('.changed');
Options
- fieldSelector: jQuery selector string for tracked fields (Default: ':input:not(:submit),:select:not(:submit)')
- ignoreFieldSelector: jQuery selector string for specifically excluded fields
- changedCssClass: CSS class attribute which is appended to all changed fields and the form itself