triggerHandler vs. trigger in jQuery

From the Docs at http://api.jquery.com/triggerHandler/ The .triggerHandler() method behaves similarly to .trigger(), with the following exceptions: The .triggerHandler() method does not cause the default behavior of an event to occur (such as a form submission). Not preventing the default browser actions allow you to specify an action that occurs on focus or select, etc etc … Read more