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 添加一些功能?我试过这样做,但 jquery.js 文件看起来与协作中的 javascript 发生冲突。请帮忙。
非常感谢
最后我找到了我的问题的原因。Collabtive 使用了其他 javascript 库,prototype.js. 所以如果我们要使用jquery,我们必须使用,noConflict因为$已经使用了。
prototype.js
noConflict
$