亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

在當前li后添加新的li,不能執行已設定的方法?

在當前li后添加新的li,不能執行已設定的方法?

Zoe_z 2018-03-07 18:23:28
具體如圖:具體代碼如下:<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style ></style> </head> <body> <ul > <li>1:<input type="text" /><button type="button" class="add">增加</button><button type="button" class="del">刪除</button></li> <li>2:<input type="text" /><button type="button" class="add">增加</button><button type="button" class="del">刪除</button></li> </ul> <script type="text/javascript" src="https://cdn.bootcss.com/jquery/3.3.1/jquery.js" ></script> <script> $(function(){ $('.add').click(function(){ console.log('dian'); $(this).parent('li').append('<li><input type="text" /><button type="button" class="add">增加</button><button type="button" class="del">刪除</button></li>') }) $('.del').click(function(){ $(this).parent('li').remove(); }) }) </script> </body></html>
查看完整描述

1 回答

  • 1 回答
  • 0 關注
  • 928 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號