jquery-toggles
jquery-toggles copied to clipboard
jQuery plugin to make easy toggle buttons
Main functionality to get current state of toggle is not working myToggle = $("#selector_id").data("toggles"); //console.log(myToggle) shows undefined. Also this one is returning "undefined". myToggle = $("#selector_id").data("toggle-activate"); I am using A)...
Thanks for the plugin, it's working great! Is it possible to automatically apply it to newly created elements ala $(document)... ? If not, what is the suggested approach? Thanks!
After I made bower install jquery-toggles --save bower.json updated with "simontabor/jquery-toggles": "jquery-toggles#~4.0.0" but when I'm trying to make bower install from other server got this error bower jquery-toggles=jquery-toggles#~4.0.0 ECMDERR Failed...
When I disable it ,custom test gets back to default(on/off).
It would be great if we could use normal input(checkbox) instead of div.
Hi, nice plugin. Is there an option to prevent the click event from being caught by container elements? For example, if the toggle button is placed in an element that...
Hello, I wonder why the toggle event is being fired twice when clicked. This is my code and it outputs the console.log twice each case: ``` $('.toggle').on('toggle', function(e, active) {...
Hi, The error occurs in style, when the browser was 90%, the test was performed in chrome. 
Hi! I was wondering if there are any known issues with Microsoft Edge? Everything is working in Chrome, but in Edge I am seeing: ![screen shot 2016-01-08 at 4 10...
Hi there, I advice people don't use this pluggin for tactile devices, because drag is not triggerred.