View Single Post
  #1  
Old 02-07-2011, 07:25 AM
  zone1creative's Avatar 
zone1creative zone1creative is offline
 

eXpert
  
Join Date: Jan 2009
Location: Hove, UK
Posts: 341
 

Default jquery and caching

Hi,

I am not too hot on Jquery but I am capable of modifying and debugging javascript it to a certain level.

In 4.4.2 you have a speed up tool for javascript and CSS.

Now if it turn off the javascript speedup tool then the javascript is not merged all into one javascript file.

And so If I have any javascript modules such as fancy zoom then this works as expected.

But when I turn this feature on it stops working.

Firebug points to the following:

jQuery.fn.fancyZoom = function(options){

on line 1 of the fancy zoom script.

Does any one have any ideas? I guess this is an issue generic to all javascript
modules that want to use Jquery.

Please excuse me if this is the forum to post on.
__________________
Pinakin Patel
Zone1 Creative Ltd
http://www.zone1creative.co.uk/
Reply With Quote