标签:js
表单事件
onfocus获得焦点 this.focus();
onblur失去焦点 this.blur();
onchange改动触发事件 this.change();
onselect当选中时触发事件 this.select();
onsubmit当表单被提交的时候 this.submit();
onreset当表单被重置的时候 this.reset();
本文出自 “Rcid” 博客,请务必保留此出处http://13419255.blog.51cto.com/13409255/1976156
标签:js
原文地址:http://13419255.blog.51cto.com/13409255/1976156