Hello There,
I am new to JQuery but come from a Flex background, and I am struggling with events in jQuery.
I have the impression that events in jQuery are all bound to the dom. So far all examples I have seen bind to a dom element as in:
I would like to dispatch and recieve events between OOP style classes as in:
Thanks very much,
- new YAHOO.util.CustomEvent("onDataChange");