jquery focus after blur
November 21, 2011
Leave a comment
Need to focus() on the input field after the user has clicked or tabbed off the input field?
See below:
http://forum.jquery.com/topic/jquery-focus-after-blur
You might also want to add a .select() to re-select the input field causing the problem (if it’s a text field)
Categories: jquery