Tim Molendijk
Member since Sep 13, 2010
- Profile: /members/6854-tim-molendijk.htm
- URL: http://timmolendijk.nl/
- Comments: 3
Recent Blog Comments By Tim Molendijk
-
Binding Events To Non-DOM Objects With jQuery
Posted on Nov 3, 2010 at 10:29 AM
It looks like jQuery 1.4.3 has made this support explicit. See http://blog.jquery.com/2010/10/16/jquery-143-released/ under "JavaScript Objects" and "Events."... read more »
-
Binding Events To Non-DOM Objects With jQuery
Posted on Sep 21, 2010 at 9:59 AM
@Ben: Thanks for the reply. That 'detached-DOM-element' technique is a smart escape route in case custom object bindings turn out not to be supported in the end. Hadn't thought of it yet.... read more »
-
Binding Events To Non-DOM Objects With jQuery
Posted on Sep 13, 2010 at 12:22 PM
Hmm, very interesting technique. But I'm wondering how 'recommended' this is. As it requires wrapping custom objects in a jQuery object, which is not explicitly supported according to the API docs: http://api.jquery.com/jQuery/. Any word on this practice by someone from the jQuery team as far as ... read more »