Vrigilio
Member since Oct 21, 2010
- Profile: /members/7124-vrigilio.htm
- Comments: 2
Recent Blog Comments By Vrigilio
-
jQuery Live() Method And Event Bubbling
Posted on Oct 26, 2010 at 6:40 PM
Hi Ben, thanks for the quick response. well basically I'm working on an application where I need to use .live for most of our handlers. Our layout is like this, we have an index page that can have multiple partials as children views(tabs). We just refactored this and establish the pattern of central... read more »
-
jQuery Live() Method And Event Bubbling
Posted on Oct 21, 2010 at 10:27 PM
Is there a way to prevent .live from attaching the event multiple times? I mean you can accomplish this by creating a singleton module and making sure you event initialize only once but I was wondering if there was something built in that in fact prevents the method from reattaching multiple times... read more »