Is there a jQuery Equivalent of YUI 2 Custom Event Publish/Subscribe Event Model?
- by Abe
Hello!
I learned how to develop in Javascript using the YUI 2 library and was wondering if there is a jQuery equivalent of Custom Events (http://developer.yahoo.com/yui/event/#customevent)
Specifically, I want to be able to define custom events without having to attach the listeners initially.
In YUI, I would create a page class and declare…