【发布时间】:2012-12-17 07:01:20
【问题描述】:
$.get("MyPage.aspx", {foo:"bar"}, function(results){
Some Js code here.
});
问题 - 在 MyPage.aspx 中,我有 window.onload 方法。这没有被执行。
你的cmets?
【问题讨论】:
-
因为窗口已经加载完毕。
-
@Stefan - 执行 MyPage.aspx 加载的 .js 代码应该怎么做?
标签: javascript asp.net asp.net-mvc jquery