You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ui.core.js:111 Uncaught TypeError: Cannot set property 'switchButton' of undefined at Function.$.widget (ui.core.js:111) at jquery.switchButton.js:42 at jquery.switchButton.js:306
The text was updated successfully, but these errors were encountered:
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: Cannot set property 'switchButton' of undefined at Function.$.widget (ui.core.js:111) at jquery.switchButton.js:42 at jquery.switchButton.js:306
The text was updated successfully, but these errors were encountered: