Core Jquery

Permalink
Hello,

I'm using CarouFredsel and I cannot get it working when I just rely on the core Jquery, if I add another version of Jquery in it works just fine. I've tested that it's not jquery version related.

I have made sure
<?php     Loader::element('header_required'); ?>

is before my other scripts.

Is the core version of Jquery modified in any way?

sarah3585
 
sarah3585 replied on at Permalink Reply
sarah3585
It works when I'm logged in and in Edit mode.

I've added the following but nothing changes
<?php $this->addHeaderItem($html->javascript("jquery.js")); ?>
JohntheFish replied on at Permalink Reply
JohntheFish
In order to help with this, we will need to know how you are loading CarouFredsel and how you are initialising it in your script.

You should also have a look at the browser developer console and see if any script errors are being reported.