首页>>表单>>上传选择框复选,选择多选列出以选项并可以删除(2014-01-06)

上传选择框复选,选择多选列出以选项并可以删除

上传选择框复选,选择多选列出以选项并可以删除
赞赏支持
立刻微信赞赏支持 关闭

 

XML/HTML Code
  1. <section class="demo">  
  2.   
  3. <input id="file_input" type="file" name="files[]">  
  4. </section>  
  5.   
  6. <script type="text/javascript">  
  7.     jQuery(function($)  
  8.     {  
  9.       $('#file_input').multifile();  
  10.     });  
  11. </script>  

 


原文地址:http://www.freejs.net/article_biaodan_223.html