-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Description
Instead of passing callbacks via the options object, you should be using jQuery's event model. That's exactly what it's for. So your users can much more easily attach events using the on() function, making it work exactly the same as any other event. Calling such events is dead simple too, using the trigger() function.
Metadata
Metadata
Assignees
Labels
No labels