Sukima
Member since Feb 22, 2013
- Profile: /members/10693-sukima.htm
- URL: http://tritarget.org/
- Comments: 1
Recent Blog Comments By Sukima
-
Binding Events To Non-DOM Objects With jQuery
Posted on Feb 22, 2013 at 8:46 AM
You can only do this with object ! If you make a constructor function you CAN NOT add events to that function (read: "class") because it adds the constructor function to the document.ready Here is an example: https://gist.github.com/sukima/5013173... read more »