Quote Originally Posted by MikeyG View Post
AyoobG,

Have tried the code above and still the same issue. I have tried to reference different Jquery files in the jscript_instantSearch.php file as well by changing the line echo '<script type="text/javascript" src="' . DIR_WS_TEMPLATE . 'jscript/jquery.js"></script>' . "\n";


So put your alert($().jquery); and it brings up the version of the file I set above - eg. echo '<script type="text/javascript" src="' . DIR_WS_TEMPLATE . 'jscript/jquery/jquery-1.3.2.min.js"></script>' . "\n"; wil show 1.3.2 in the alert box. But when I undo the change to the fiel and remove the alert and put the code as below back in then I still have the same issue. i.e. I can have the instant search but no AJAx image swapper or if I remove the reference to the jquery.js then I loose the instant search and get my images back.

Hi Mikey,

Please remove the reference to jquery.js and make sure the images are back on and that AJAX image swapper works.

Once the image swapper is working you can now replace the entire code in instantSearch.js with:

alert($().jquery);

when you refresh your web browser, what version of jquery does it show in the alert box?

also at the same time does the image swapper work?