html代码:
script代码:
function addRemoveItemNS() {
var $newLi = $('
special and new ');
$('#list3 li.special')
.find('button.addone')
.unbind('click.addit')
.bind('click.addit', 함수 () {
$(this).parent().after($newLi);
addRemoveItemNS()
})
.end()
.find('button.removeme) ')
.unbind('click.removeit')
.bind('click.removeit', function() {
$(this).parent().remove();
} );
}
$(document).ready(function() {
addRemoveItemNS();
});
可以随의료添加移除html代码。