建議更好的方法在jquery中執行以下操作。也給我原生js代碼去做使用JavaScript和jquery創建元素
$('<div id="dialog-confirm" title="'+confirmbox.title+'"><p><span class="ui-icon ui-icon-alert" style="float:left; margin:0 7px 20px 0;"></span>'+confirmbox.message+'</p></div>')
.appendTo('body');
爲什麼需要。看 「慣用語法創建元素」 這個環節的部分https://stackoverflow.com/tags/jquery/info
看到您如何很好地問:/ – Alex 2011-12-21 12:19:50
http://stackoverflow.com/questions/327047/what-is-the-most-efficient-way-to-create-html-elements -using-jquery – 2011-12-21 12:19:56