国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

JavaScript動態數量的文件上傳控件

2019-11-19 18:55:44
字體:
來源:轉載
供稿:網友

js動態數量的文件上傳控件實現代碼如下所述:

<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>動態數量的文件上傳</title><script type="text/javascript" src="jquery-2.2.0.min.js"></script><script type="text/javascript">$(function(){var i=2;$("#addFile").click(function(){$(this).parent().parent().before("<tr class='file'><td>File"+i+":</td><td><input type='file' name='file"+i+"'/></td></tr>"+"<tr class='desc'><td>Desc"+i+":</td><td><input type='text' name='desc"+i+"'/><button id='delete"+i+"'>刪除</button></td></tr>");i++;//刪除$("#delete"+(i-1)).click(function(){var $tr=$(this).parent().parent();$tr.prev("tr").remove();$tr.remove();//對i排序$(".file").each(function(index){var n=index+1;$(this).find("td:first").text("File"+n);$(this).find("td:last input").attr("name","file"+n);});$(".desc").each(function(index){var n=index+1;$(this).find("td:first").text("Desc"+n);$(this).find("td:last input").attr("name","desc"+n);});});});});</script></head><body><table><tr class="file"><td>File1:</td><td><input type="file" name="file1"/></td></tr><tr class="desc"><td>Desc1:</td><td><input type="text" name="desc1"/></td></tr><tr><td><input type="submit" id="submit" value="上傳"/></td><td><button id="addFile">增加</button></td></tr></table></body></html>

好了,代碼到此結束了,希望對大家有所幫助,如果大家有任何疑問歡迎給我留言,小編會及時回復大家的,在此也非常感謝大家對武林網網站的支持!

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 抚远县| 武清区| 莱西市| 新邵县| 罗江县| 清远市| 应用必备| 海伦市| 博湖县| 昌吉市| 嘉荫县| 苍南县| 徐州市| 卢龙县| 云龙县| 资溪县| 贵德县| 高密市| 本溪市| 日土县| 全南县| 临沧市| 五常市| 汝阳县| 旬邑县| 合阳县| 民乐县| 中阳县| 双城市| 库尔勒市| 台北县| 扶沟县| 东兴市| 竹山县| 大同市| 合肥市| 金坛市| 汉寿县| 祁阳县| 江口县| 自治县|