正确的方法让require.js在旧项目中很好地发挥

时间:2013-11-08 18:26:44

标签: javascript jquery requirejs

我正在添加一个已经使用require.js编写的新JavaScript项目到现有网站。

现有网站已经在其他一些代码中使用了jQuery,我从现有代码中收到一些错误消息:

Uncaught TypeError: Object function ( selector, context ) {
  // The jQuery object is actually just the init constructor 'enhanced'
  return new jQuery.fn.init( selector, context, rootjQuery );
} has no method 'cookie' 

看起来我将jQuery作为我的require项目的一部分引入了冲突。

我该如何解决这个问题?

0 个答案:

没有答案