I have a plugin that creates a click event on $(document).  I want to be able
to remove just that event and if something else has added an click event to
the $(document) I still want it.  $(document).unbind('click') will remove
all event, even ones i did not create.  is there a way to do this?
-- 
View this message in context: 
http://www.nabble.com/removing-a-certain-event-from-element-tp15468938s27240p15468938.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to