0
我看到它
function(element)
{
element.$tmp.myTitle = 'title';
element.$tmp.myText = 'text';
}
有人知道?
當我把這個功能在mootools1.2使用它沒有定義$ TMP
$ TMP?
使用了插件的提示MooTools的
我看到它
function(element)
{
element.$tmp.myTitle = 'title';
element.$tmp.myText = 'text';
}
有人知道?
當我把這個功能在mootools1.2使用它沒有定義$ TMP
$ TMP?
使用了插件的提示MooTools的
它在mootools的1.1用於值存儲DOM元素(在你的情況提示)上。由於mootools 1.2,store()和retrieve()方法用於此目的,因此它會阻止您創建由循環引用引起的內存泄漏。
http://mootools.net/blog/2008/01/22/whats-new-in-12-element-storage/
非常感謝你 – Chameron 2010-08-09 04:12:43