aa | bb |
<button>按钮</button>
$('button').click(function(){
$('table').append('
});
点击一次就会想table中插入一行,现在只需要插入一次该怎么做?
aa | bb |
<button>按钮</button>
$('button').click(function(){
$('table').append('
});
点击一次就会想table中插入一行,现在只需要插入一次该怎么做?
click
改成one
http://www.css88.com/jqapi-1.9/one/