我對jquery沒有任何認識。有人可以指導我下面的代碼是做什麼的。我GOOGLE了它,但沒有找到結果。我想在div的類別 'p-notification'中添加一些HTML內容。這個怎麼做?創建DIV元素並添加HTML內容
this.notification = $('<div/>', {
'class': 'p-notification'
});
this.content = $('<div/>', {
'class': $elem.attr("hasFooter") === "true" ? 'p-content with-p-footer' : 'well',
'style': $elem.attr("paddless") === "true" ? 'padding:0;' : '',
'text': 'Loading'
});
JQuery的人有一個網站.. – GolezTrol
我會建議檢查[插入DOM的jQuery文檔](http://api.jquery.com/category/manipulation/dom-insertion-inside/)。 –
嘿Ranjan是你的問題或其他問題。看到你的問題被低估了。 – Jai