
<div class="file_Upload_bottom">
<i class="file_Upload_icon"></i>
<span>上传文件</span>
</div>
<input type="file" id="allUpload" name="allUpload" value="上传文档" style="display: none;">
$('.file_Upload_bottom').on('click',function(e){
e.preventDefault();
$(this).next('#allUpload').trigger('click');
})



by: 发表于:2018-05-29 09:44:30 顶(0) | 踩(0) 回复
??
回复评论