我有一個jQuery的代碼行輸出一些HTML到一個div。事情是,HTML有一些按鈕標籤需要一個包含稱爲postID的JavaScript變量的ID。jQuery如何獲得一個變量裏面的按鈕ID標籤裏面.html函數
$('#Message_' + postID).css('visibility','visible').html('').html('I need the buttons to have an ID with the postID variable!<br /><button type="button" id="remindMe_" + postID">Remind Me</button><button type="button" id="cancelMe" + postID">Cancel</button>').prependTo('#buttons_' + postID);
所以現在的問題是,我怎麼修復
.html('<button type="button" id="remindMe_" + postID">Remind Me</button>')
爲什麼會有人下來率呢?這是一個合法的問題! – Sweepster 2012-03-29 03:32:54