我需要使用dom jQuery在html頁面中顯示值,但是它不顯示值。我的代碼:如何使用dom顯示html頁面中的值jquery
$(document.createElement("li"))
.append(
$(document.createElement("span"))
.attr({
id: id,
name: name,
value: name
})
)
.addClass('firstli')
)}
謝謝。但我在這裏使用相同的想法,但它不顯示HTML名稱 –
@ user279你能提供http://jsfiddle.net演示嗎? – undefined
http://stackoverflow.com/questions/13819157/how-to-append-the-data-using-jquery –