如何在已加载的ASP.Net用户控件中捕获dojo / ready事件

时间:2019-06-21 10:12:10

标签: dojo ascx

在我的ASPX页面中,我有一个DIV元素,其内容正在通过jquery动态加载不同的用户控件:

<li *ngFor="let thing of things">
  name: {{thing.name}} {{getNumberOfChildren(thing)}}</a>
</li>

在主页中,$("#text_right").load("ucmap_namedRegions.ascx"); 设置为dojoconfig parseOnLoad。在usercontrol中,dojo脚本正在加载,但不会通过我的ready函数运行。

如果我做出false,我会因为parser.parse()而出错。

那我该如何捕捉准备事件?

0 个答案:

没有答案