The Jquery documentation says:
"Triggered events aren't limited to browser-based events, you can also trigger custom events registered with bind."
Exactly how do I do that?
Here's what I want to accomplish:
- bind a function to a submit event
- call that bound function with a trigger