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
Since according to the documentationbean.off only accepts this arguments:
off(element[,eventType[,handler]])
In fact, my event is not removed and then when bean.on executes again, is added multiple times.
It makes sense to me that if bean.on allows for selectors to be used, then bean.off should too, right?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I'm currently using:
But I cannot use:
Since according to the documentation
bean.off
only accepts this arguments:In fact, my event is not removed and then when
bean.on
executes again, is added multiple times.It makes sense to me that if
bean.on
allows for selectors to be used, thenbean.off
should too, right?Thanks!
The text was updated successfully, but these errors were encountered: