/home/desid573/public_html/eway/pdd/app/webroot/admin/plugins/bootstrap-selectsplitter
NameSizeModeActions
bootstrap-selectsplitter.js75690644editdlrm
bootstrap-selectsplitter.min.js32480644editdlrm
bower.json1870644editdlrm
LICENSE10800644editdlrm
README.md17920644editdlrm
Edit: /home/desid573/public_html/eway/pdd/app/webroot/admin/plugins/bootstrap-selectsplitter/README.md (1792B)
# bootstrap-selectsplitter ## Presentation Transforms SELECT containing one or more OPTGROUP in two chained SELECT. This: ![image1](http://img4.hostingpics.net/pics/927121bootstrapselectsplitterimage1.png) Becomes this: ![image2](http://img4.hostingpics.net/pics/997752bootstrapselectsplitterimage2.png) ## Demo See the [online demo](http://jsfiddle.net/ae7fxdyy/). ## How to use Create a SELECT tag containing one or more OPTGROUP: ```HTML ``` Add the dependency files (jQuery and Bootstrap 3 CSS): ```HTML ``` Call the plugin: ```JavaScript $('select[data-selectsplitter-selector]').selectsplitter(); ``` ## Bower bower install bootstrap-selectsplitter ##CDN ```HTML ``` ## Copyright and license Copyright (C) 2015 Xavier Faucon Licensed under the MIT license.