Hernyák Zoltán
Member since Mar 30, 2010
- Profile: /members/5743-herny-k-zolt-n.htm
- Comments: 1
Recent Blog Comments By Hernyák Zoltán
-
Sharing Event Handlers Across jQuery Event Bindings To A Single Element
Posted on Mar 30, 2010 at 4:06 PM
Another interesting problem is: what happens there is a html binded event handler, and using jQuery I assign another one? <input id="x" onclick="something();" ...> $("#x").click(another); or - how can I call the original handler?... read more »