I need to remove focus from the text box. if I need to set focus for a text field, we have a .focus () method. Similarly, there is another way to remove focus from a text field using javascript / jquery.
Maybe http://api.jquery.com/blur/ ?
See an example: http://jsfiddle.net/LekisS/7xsfx/1/
Just set focus elsewhere
Yes, there is a standard DOM-HTML blur () .