开发者

jQuery + jQTouch + Prototype

开发者 https://www.devze.com 2023-02-07 03:10 出处:网络
I am trying to load jQuery + jQTouch with prototype. However, I get the following error in prototype.js.

I am trying to load jQuery + jQTouch with prototype. However, I get the following error in prototype.js.

this._each is not a function

I am including prototype.js first, then loading jquery.js then no开发者_StackOverflow中文版Conflict(), then jqTouch.

Is this the right order?


I believe you're running into the problem described here:

http://bugs.jquery.com/ticket/7809

This patch should make it go away:

http://github.com/jquery/jquery/commit/4424bda377336342ce04ab5299bf1ce624cdb7b1

0

精彩评论

暂无评论...
验证码 换一张
取 消