solved jQuery

nate
@nate
11 years ago
917 posts
Why are there 3 versions of jQuery in the jrCore module? Are the others being used? If so, when?

I get a js error when I use jquery-ui, which I added myself. So I am trying to determine compatibility issues.
updated by @nate: 09/09/14 10:26:39AM
brian
@brian
11 years ago
10,149 posts
The reason they are there is for backwards compatibility - if a 3rd party module, custom skin or whatever needs to link to jQuery, we don't want to "break" that on a core upgrade. Only the latest is "active" however, the others are just there "in case" and won't hurt anything.

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
nate
@nate
11 years ago
917 posts
Thanks.

Tags