Minor
This commit is contained in:
parent
5a40c54f3c
commit
d9b98bccca
|
|
@ -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'),
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue