开发者

how to find out html textfield field focus in .js file

i want find html textf开发者_如何学Cield blur or focus through .js file


Are you looking for javascript events?

onFocus, onBlur and onChange

The onFocus, onBlur and onChange events are often used in combination with validation of form fields.

Source: http://www.w3schools.com/JS/js_events.asp

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜