https://github.com/hwclass/jquery.electify
A form element cross-controlling script.
https://github.com/hwclass/jquery.electify
Last synced: 8 days ago
JSON representation
A form element cross-controlling script.
- Host: GitHub
- URL: https://github.com/hwclass/jquery.electify
- Owner: hwclass
- License: mit
- Created: 2015-01-19T14:54:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-04T06:04:37.000Z (over 11 years ago)
- Last Synced: 2025-06-02T07:16:50.229Z (about 1 year ago)
- Language: JavaScript
- Size: 277 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jquery.electify
A form element cross-controlling script.
You can get the working example of the plugin here.
### usage
$(document).ready(function () {
$('#testForm').electify({main : '#select_all', childrenCheckBoxes : '.checks', childrenButtons : '.default'});
$('#testForm').electify({main : '#deselect', childrenButtons : '#edit_button'});
});