I'm creating a mobile web application that will run 开发者_StackOverflow社区on webkit browsers. The thing is I have a textbox, whose value needs to be validated after the user has typed in some value.
Is there a blur event for input elements in mobile browsers? I've tried searching for it on the web, but couldn't find the right reference.
Regards,
Erwin
精彩评论