2
我想製作一個使用jquery的Redmine插件。在Redmine插件中包含jquery
我得到的衝突,當我添加下面一行在我看來:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript"></script>
Uncaught TypeError: Cannot call method 'hasChildNodes' of undefined
prototype.js:5734
Uncaught TypeError: Object [object Object] has no method 'dispatchEvent'
prototype.js:828
Uncaught TypeError: Object [object Object] has no method 'attachEvent'
的觀點是鉤。
如果我刪除<script src="">
,它的工作原理,但我沒有jQuery使用。
感謝您的詳細解釋! – user852689