I need to remove focus from a textbox. if i need to set focus for a textbox we have .focus() method. Similarly is there any other method to remove focus from a textbox using javascript/jquery.
I need to remove focus from a textbox. if i need to set focus for a textbox we have .focus() method. Similarly is there any other method to remove focus from a textbox using javascript/jquery.
Share Improve this question edited Mar 16, 2011 at 11:50 Viren 1211 silver badge5 bronze badges asked Mar 16, 2011 at 11:44 johnjohn 1211 gold badge3 silver badges18 bronze badges3 Answers
Reset to default 8Maybe http://api.jquery./blur/ ?
See example: http://jsfiddle/LekisS/7xsfx/1/
Just set the focus somewhere else
Yes, there's the DOM-HTML standard blur().