
ajax
文章平均质量分 76
X梦阳X
本人现学习php开发
展开
-
批量删除和ajax提交
functionDeleteTblUser(){ if(confirm("确定要删除吗?")== true){ varuserValue = ""; $("input[name='check']").each(function(i){ if($(this).attr("checked")== true){原创 2016-12-12 11:58:07 · 365 阅读 · 0 评论 -
JavaScript实现拖拽预览,AJAX小文件上传
本地上传,提前预览(图片,视频) 1.html中div标签预览显示,button标签触发上传事件。 [html] view plain copy div id="drop_area" style="border:3px dashed silver;width:200px; height:200px">将图片拖拽到此div> butt原创 2016-09-07 19:08:59 · 503 阅读 · 0 评论