jQuery core version

Permalink
Does the latest Concrete 5 ver. 5.4.0.5 use the latest version of jQuery ?

I was trying to use Prettyphoto a Lightbox cloneehttp://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lig...

But was wondering if jQuery 1.3 would be compatible as this is what is called in the project example.

<script src="http://www.google.com/jsapi" type="text/javascript"></script>
      <script type="text/javascript" charset="utf-8">
         google.load("jquery", "1.3");
      </script>

 
tallacman replied on at Permalink Reply
tallacman
You can check concrete > js > jquery.js and see what version is running. concrete5.4.0.5. seems to be jQuery JavaScript Library v1.4.2
Pritam replied on at Permalink Reply
thanks @tallacman the jQuery version is 1.4, so does that mean that this project won't work, I was trying to use it especially for the Mix gallery (usage of link, images, flv,quicktime)

I don't think it would work with my limited knowledge of jQuery as the pretty Photo project uses jQuery 1.3, but would love to hear if there is a work around.
tallacman replied on at Permalink Reply
tallacman
I can also recommendhttp://www.concrete5.org/marketplace/addons/highslide-webalbum/... as a replacement for the code you are looking at.