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.
我在这里看到类似的问题讨论特定元素绑定的结束,通常aferRender建议使用,但是整个页面绑定完成事件呢?有没有?我需要运行一些不能与绑定并行工作的 jQuery 代码。
aferRender
ko.applyBindings()是阻塞调用。
ko.applyBindings()
为什么不简单地在执行后执行您的 jQuery 代码ko.applyBindings()?