基本上我需要添加一個標題,內容和頁腳消息。 內容來自一個循環,並由於某種原因它最後追加。 function sendMail(){
$("#textareaContainer").append('<textarea id="someTextarea" rows=12 class="span7">Some header text that is needed</textarea>');
在點擊表1的'td'後,我將該行的一些單元格追加到另一個表(表2),而無需從表1移動/更改該行。 我們避免我從表1 類添加到「TD」像這種 $(".table1 td:first-child + td").click(function(){
$("#table2").append('<tr><td>clicked TD value from table 1</td> more td's