Community Member Profile
Jon Hancock
Member since Sep 7, 2009
- Profile: /members/4257-Jon-Hancock.htm
- URL: shellshadow.com
- Comments: 1
- Points: 9
Recent Blog Comments By Jon Hancock
-
Binding Events To Non-DOM Objects With jQuery
Posted on Sep 7, 2009 at 4:18 PM
try your experiment with something like this: // User is just a simple js "class". var user = new User(); $( user ).bind("loggedin", function( objEvent, objData ){ $().log("logIN clicked"); }); I certainly can't get it to work. You get an error of invalid obje... read more »



