jQuery load 會吃Browser 記憶體的問題, 請各位高手幫忙!
我的程式如下:$("#quotaTree").click(
function(){
$('#mainFrame').load('./account_mgr/quota.html');
}
);
這是click text然後load html file到<DIV>的程式.
問題: 每click一次, 會發現Browser的記憶體使用變多, 然後Browser越變越慢, 不知道各位有遇到這個問題嗎?
感謝! 我這邊用 IE 和 Chrome 測試沒發現這個問題,你 load 的檔案會特別大嗎?
頁:
[1]