码迷,mamicode.com
首页 > 其他好文 > 详细

补充:

时间:2018-11-29 20:11:57      阅读:124      评论:0      收藏:0      [点我收藏+]

标签:type   file   请求   input   col   bsp   用户   图片   image   

<input accept="image/*" type="file" id="my_file">
带了*表示什么图片格式都支持上传

blur和change的区别

发ajax的请求校验用户是否存:
name失去焦点发ajax的请求校验用户是否存在
$("#id_username").change(function () {
        alert(change)
}
应该使用blur,change只校验一次,如果值发生改变,第二次不再校验

 $("#id_username").blur(function () {
         alert(blur)
}

 

补充:

标签:type   file   请求   input   col   bsp   用户   图片   image   

原文地址:https://www.cnblogs.com/cao123/p/10040096.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!