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
Hi,
Thanks for the framework! Toggle is a pain in neck. There is no easy way to get toggle is on / off through jquery. it always return "on". Tried to change by checking if checked
var toggle = app.toggle.get('.toggle');
if (toggle.checked) {
// do something
}
it returns undefined with error in console. Give us a better example on core jquery not in react / vue.
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for the framework! Toggle is a pain in neck. There is no easy way to get toggle is on / off through jquery. it always return "on". Tried to change by checking if checked
var toggle = app.toggle.get('.toggle');
if (toggle.checked) {
// do something
}
it returns undefined with error in console. Give us a better example on core jquery not in react / vue.
The text was updated successfully, but these errors were encountered: