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 编写的遗留代码,这些代码正在创建一个自定义事件,例如 myJqueryEvent
我现在正在编写的代码是使用 yui3,我需要监听这个 Jquery 自定义事件。这可能吗?如何让 YUI3 识别 jquery 事件?
提前致谢
不要认为这是可能的。您必须使用 jQuery 来监听它的事件,然后可以使用 YUI 来处理动作。