jQuery-switchButton
jQuery-switchButton copied to clipboard
Enable button css font-resize from jquery
You can allow text resizing from options simply add
// Create our objects: two labels and the button
.css({"font-size": this.options.height + "px"});
.css({"font-size": this.options.height + "px"});
in lines 75 and 76 ;)
Why not? Best regards