Is there an simple example of how to create an event in javascript and listen for it?
Trying to create a Complete event, similar to the ajaxComplete. Want other stuff on the page to show messages when Complete event is fired.
|
Is there an simple example of how to create an event in javascript and listen for it? Trying to create a Complete event, similar to the ajaxComplete. Want other stuff on the page to show messages when Complete event is fired.
| |||
|
feedback
|
test it out here:http://jsfiddle.net/MarkSchultheiss/rTNTg/ | |||||||
feedback
|
on(or delegate for older jQuery versions) – Adam Rackis Dec 16 '11 at 15:50