且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

jquery .load方法不执行脚本文件

更新时间:2023-12-04 18:24:35

function (){


#rightContainer)。load( biz_AccountInfo #accountInfoLayout);
});
("#rightContainer").load("biz_AccountInfo #accountInfoLayout"); });





这里我使用jquery .load方法来替换div

我的问题是我在我的页面中获取表视图但参考脚本不起作用(上面的脚本)当我把调试器放在它不工作时请帮帮我。



here i use jquery .load method to replace div
My problem is i am getting table view in my page but reference scripts are not working (above scripts) when i put debugger it is not working please help me.


当加载方法与url一起使用AND后缀所有脚本都是在解析之前删除... http://api.jquery.com/load/ [ ^ ](在加载页面碎片时)
When load method used with url AND suffix all scripts are removed before parsing...http://api.jquery.com/load/[^](at Loading Page Fragments)