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.
如何才能在我的 palm mojo 应用程序中使用 jquery?
看看这个问题,尤其是评论。
根据评论进行编辑:
我不了解 Palm 开发,因此无法详细帮助您。然而,Mojo 是基于 Prototype 的。Prototype 和 JQuery 崩溃是因为它们具有相同的函数名称。这就是 noConflict 插件的用武之地。您可以在此处阅读并在此处获取。这就是我能告诉你的全部——也许其他人可以一步一步地引导你完成这个过程。
例如,jQuery('div#idOfSomething').hide();
jQuery('div#idOfSomething').hide();