我使用mootools.js,我有這樣的代碼:MooTools的:HTML文本添加到一個元素
this.html.chat_title = new Element('span', {
'id' : 'chat_title',
html : 'this is the title'
}).inject(this.html.container);
的問題是:
span id="chat_title" html="this is the title"
你看到它不把該標籤的HTML內的文本,但作爲一個屬性。
出了什麼問題?
非常感謝!
那好吧,如果他在1.1.x以下,有'.setHTML'和'.setText'方法。我並不是說他不應該升級,但是沒有必要(無論如何都是這樣)。 http://jsfiddle.net/EsbVW/2/ – 2010-06-15 07:48:24