An open API service indexing awesome lists of open source software.

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.

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'});
});