Check if event exists on element [duplicate]

Is there a way to check if an event exists in jQuery? I’m working on a plugin that uses custom namespaced events, and would like to be able to check if the event is bound to an element or not.

8 Answers
8

Leave a Comment