Reputation: 15778
Is there any event will fire if the textarea is not focus anymore?
Upvotes: 1
Views: 1814
Reputation: 120188
onblur i think fires on an element that loses focus. Check this out
http://www.w3schools.com/jsref/event_onblur.asp
Upvotes: 4