This commit is contained in:
Samuel Georges 2015-07-21 07:57:04 +10:00
parent 5a40c54f3c
commit d9b98bccca
2 changed files with 2 additions and 3 deletions

View File

@ -79,7 +79,7 @@
fieldMap = {}
/*
* Map master and slave field map
* Map master and slave fields
*/
form.find('[data-field-depends]').each(function() {
var name = $(this).data('field-name'),

View File

@ -29,8 +29,7 @@ Multie value conditions are supported:
### Supported events:
- oc.triggerOn.update - triggers the update. Trigger this event on the element the plugin is bound to to
force it to check the condition and update itself. This is useful when the page content is updated with AJAX.
- oc.triggerOn.update - triggers the update. Trigger this event on the element the plugin is bound to to force it to check the condition and update itself. This is useful when the page content is updated with AJAX.
### JavaScript API: