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 和 Mootools 的页面。mootools 库正在使用 AJAX 加载动态菜单,它在 Dom 加载后进入
我想在加载后使用 JQuery 向该菜单添加一个类。JQuery 有什么方法可以检查 Mootools AJAX 菜单是否已加载?!document.ready 我猜不会削减它。
谢谢你的帮助
这不会解决每个人的问题,但它对我有用。我命名了 JQuery 函数,然后找到了使用 Mootools AJAX 添加的 HTML 包含,并在包含底部调用了该函数。它不漂亮,但它有效:)
谢谢!