jQuery-switchButton icon indicating copy to clipboard operation
jQuery-switchButton copied to clipboard

jQuery UI iPhone-like switch button

Results 18 jQuery-switchButton issues
Sort by recently updated
recently updated
newest added

I'm currently unable to get this to work: `$("input[type=checkbox]").switchButton({ checked: false, on_label: "Reviewers and Document Owners", off_label: "Reviewers" });` The errors I'm seeing in Chrome are: ` ui.core.js:111 Uncaught TypeError:...

Hi there, I've got a form that hides in a jQuery Dialog, which I copy values to based on a click of an element in the page. I set the...

Is there any callback option?

Where are the toggle events.. I want to call the functions on each of the events..

im making a page redirect with this so if its turned on it will send people to an error page instead of the original page but when its off it...

I have several switches and want one that turn all of them off. How do you achieve this? Will be good to have the option that when the underlying input...

Nice button, :-) But if i want to disable it, it does not respect the disable="disabled" attribute on the checkBox. Do i need to do something different?

When added a callback, in options with ajax request. The ajax for on_callback and off_callback was executed on switch init. After my fix switch inits ok :) and callback are...

Hi, I am using your switchButton in my code, it's working fine in chrome but was surprised that it does not work in internet explorer 11. thanks, your help is...