2012-06-20 53 views
-4

我想通過刪除按鈕添加行javascripthtml div formate。在javascript中添加(div formate)html

任何幫助表示讚賞!

感謝

+3

[你嘗試過什麼?](http://whathaveyoutried.com?) –

+0

我儘量讓旗幟系統,如http://www.rightbanners.com/order-now .html我在Java腳本中很弱。 –

回答

2
$('<div>').append(
    $('<button>').text('remove').click(function(){$(this).parent().remove()}) 
).appendTo($(document.body))