Skip to content
Advertisement

Tag: event-delegation

Issue regarding live event

I was just reading http://api.jquery.com/event.stopPropagation/ Since the .live() method handles events once they have propagated to the top of the document, it is not possible to stop propagation of live events I was a bit confused with this statement, Can someone please explain me the same with some example? Answer Live method binds a handler to the document, and identifies

Advertisement