How can I remove/overshadow .ui-btn-active class on an active button in my navigation bar? When I tap on the button I run a js function and at the end of it I’d like to remove that class or somehow deactivate the button. Setting href to #nonexistent seems to do the trick in desktop browsers but on the mobile ones the button remains active :-\
How can I remove/overshadow .ui-btn-active class on an active button in my navigation bar?
Share
I might be missing something, but have you tried removing the class?