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.
|