I am setting the focus on a certain input field when loading a page using the following line:
$(\'#myInputID\').focus();
Is there a way th
check up blur():
blur()
$('#textarea').blur()
source: http://api.jquery.com/blur/