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
I am trying to implement an event handler on the body element that is targeted to sub-elements with a selector. In the below example, the click handler works because jQuery allows you to filter for child elements on the click handler, but the handler for hammer does not.
I am trying to implement an event handler on the body element that is targeted to sub-elements with a selector. In the below example, the click handler works because jQuery allows you to filter for child elements on the click handler, but the handler for hammer does not.
It would be nice to have support for filtering.
The text was updated successfully, but these errors were encountered: