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

首頁(yè) > 編程 > JavaScript > 正文

bootstrap 通過(guò)加減按鈕實(shí)現(xiàn)輸入框組功能

2019-11-19 14:55:56
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友

實(shí)現(xiàn)效果圖如下:

當(dāng)我點(diǎn)擊 + 按鈕時(shí),會(huì)添加一行輸入框組;當(dāng)點(diǎn)擊 - 按鈕時(shí),會(huì)刪除這一行輸入框組

html代碼如下:

<div class="input-group" id="centerIpGroup">   <label class="input-group-addon" id="basic-addon5">中心機(jī)IP:</label>     <button class="btn btn-info" type="button" data-toggle="tooltip" title="新增" id="addCenterIpGrpBtn" onclick="addCenterIpGrp(this)" disabled><span class="glyphicon glyphicon-plus"></span></button>    </div> 

+ 按鈕 點(diǎn)擊觸發(fā)事件函數(shù):

//添加中心機(jī)IP輸入框項(xiàng)   function addCenterIpGrp(obj){     html = '<div class="input-group centerIp">'+           '<label class="input-group-addon">IP:</label>'+           '<input type="text" class="form-control" id="ipInput">'+           '<label class="input-group-addon">注釋:</label>'+           '<input type="text" class="form-control" id="descInput">'+           '<span class="input-group-btn">'+                 '<button class="btn btn-info" type="button" data-toggle="tooltip" title="刪除" id="delCenterIpGrp"><span class="glyphicon glyphicon-minus"></span></button>'+           '</span>'+         '</div>'     obj.insertAdjacentHTML('beforebegin',html)   } 

- 按鈕 點(diǎn)擊觸發(fā)事件函數(shù):

$(document).on('click','#delCenterIpGrp',function(){   var el = this.parentNode.parentNode   var centerIp = $(this).parent().parent().find('#ipInput').val()   alertify.confirm('您確定要?jiǎng)h除選中的命令?',   function(e){     if(e){ el.parentNode.removeChild(el)}})}) 

總結(jié)

以上所述是小編給大家介紹的bootstrap 加減刪除輸入框組,希望對(duì)大家有所幫助,如果大家有任何疑問(wèn)請(qǐng)給我留言,小編會(huì)及時(shí)回復(fù)大家的。在此也非常感謝大家對(duì)武林網(wǎng)網(wǎng)站的支持!

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 上栗县| 广安市| 祁东县| 德庆县| 上思县| 忻州市| 虹口区| 双峰县| 九江县| 淮滨县| 化隆| 眉山市| 洛扎县| 连城县| 长泰县| 岑巩县| 曲松县| 江陵县| 盐池县| 咸丰县| 闸北区| 台州市| 化隆| 城步| 福建省| 镇远县| 兴化市| 德兴市| 南通市| 汤阴县| 兴义市| 桂林市| 青冈县| 深泽县| 株洲市| 镇巴县| 锡林郭勒盟| 六枝特区| 丁青县| 嘉善县| 七台河市|