jQuery unfocus method?

by in 0

How can I unfocus a textarea or input? I couldn't find a


$('#my-textarea').unfocus(); method?
yes this is the solution:
$('#textarea').blur()

Source

Leave a Reply