0
從來沒有與mootools合作,並有此代碼。相反,只是注入內容沒有效果,我希望它淡入,但無法弄清楚如何添加淡入淡出('入'),並使其工作。Mootools吐溫問題
onSuccess: function(text, xml) {
new Element('div', {
'html': text
}).inject($(object), 'after');
$(object).destroy();
}