Abdul Mueed Shahid
Results
2
issues of
Abdul Mueed Shahid
### HTML: `` ### jQuery: `var chkReminder = $("#remindmebtn"); var switchReminder = new Switchery(chkReminder); switchReminder.disable();` ## Plugin: `Switchery.prototype.disable = function () { debugger; if (!this.options.disabled) this.options.disabled = true; if (!this.element.disabled)...
Issue Fixed Fixes #94