Fostah
Fostah

Reputation: 2946

jQuery + jQTouch + Prototype

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 noConflict(), then jqTouch.

Is this the right order?

Upvotes: 0

Views: 360

Answers (1)

absurd1
absurd1

Reputation: 111

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

Upvotes: 1

Related Questions