Dan Kantor
Member since Jun 14, 2010
- Profile: /members/6206-dan-kantor.htm
- URL: http://www.dankantor.com
- Comments: 1
Recent Blog Comments By Dan Kantor
-
Sharing Event Handlers Across jQuery Event Bindings To A Single Element
Posted on Jun 14, 2010 at 12:42 PM
I am using Namespaced events but seem to be having the same problem. The second binding in the example below does not get binded - jQuery('foo.bar', foo); jQuery('foo.bar2', foo); When 'foo.bar2' is triggered, the callback function foo does not receive the event. Using jQuery 1.3.2. I have to w... read more »