Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
加载 JQuery 可以利用的数据后,PerformancePoint 仪表板是否会发出任何事件。document.ready 在性能点仪表板呈现之前触发,因此无济于事。我需要渲染性能点仪表板,以便我可以使用 JQuery 来操作仪表板。
我的一位同事 Chris E. 深入研究了这些程序集,发现我们可以创建一个名为 NotifyBrowserOfAsyncUpdate 的函数,并且 PerformancePoint 会在加载后调用它。
函数 NotifyBrowserOfAsyncUpdate (elem) {
//在这里执行jquery
}