If you called .triggerHandler() on a focus event - the browsers default focus action would not be triggered, only the event handlers bound to the focus event.
Edit code and click me
Your Result
(Some examples do not work in Google Chrome):
.trigger("focus")
.triggerHandler("focus")
Edit the code above and click to see the result
www.xhtml.co.il
- Try it yourself