Reputation: 2946
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
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