Hi there,
I don't quite understand the difference between the jQuery-Event-Trigger-Function .focus() and the native .focus() on DOM-Elements themselves.
They both seem to execute the default Browser action, namely put the focus into the element (assuming we are working only with input[type=text]-elements).
However, I can't find any call to [DOMNode].focus() inside the jQuery-library-file. Is it possible to trigger the default browser focus event without ever calling the focus-function directly on the dom element?
nic_me