the story: I use ajax a lot inside a certain project, I build floating divs and populate them with different content using ajax (similar with how facebook works when using the popups).
我遇到的问题是,当获取ajax页面时,我需要在该页面中重新包含所有javascript,以便javascript函数正常工作。
简而言之,当我输出ajax内容时,我会再次执行<;脚本src=代码>事物
最大的问题是,这会减慢应用程序的速度,因为还会对父窗口中已经包含的javascript文件进行额外的调用。
你是如何处理这个问题的?非常感谢。