摘要: var realName ,shortDesc,personLabel,advantage,max6 = [];//最多添加3个标签,每个标签最长6字,空格或逗号隔开 getUserTag$("form").delegate(".personLabel","blur",function (){ pe 阅读全文
posted @ 2016-09-20 15:25 舒馨6009 阅读(1861) 评论(0) 推荐(0) 编辑
摘要: #添加图片,最多只能上传9张.md 前端页面: ```javascript <form id="imgForm" enctype="multipart/form-data" action="/investManage/financing/addImg.do" target="frameFile" s 阅读全文
posted @ 2016-09-20 15:22 舒馨6009 阅读(776) 评论(0) 推荐(0) 编辑
摘要: //判断图片大小和后缀 两张身份证照片大小 ```javascript $(".js_upFile").on("change",function(){ //判断图片大小和后缀 两张身份证照片大小 var val_ = $(this).val(); var file_ = this.files; co 阅读全文
posted @ 2016-09-20 15:22 舒馨6009 阅读(1002) 评论(0) 推荐(0) 编辑
摘要: 1.无插件预览(window.URL.createObjectURL) ```javascript //demo 图片预览 单个 $(".demo input#demo_file").on("change",function(){ var val_1 = $(this).val(); var val 阅读全文
posted @ 2016-09-20 15:21 舒馨6009 阅读(205) 评论(0) 推荐(0) 编辑