I'm confused by the jQuery on concrete5
Permalink
Hi! I'm a newbie with concrete5, and I have issues with jQuery on it.
I understood that concrete has some version of jQuery in it? why doesn't my jQuery slider work? All i get from my fireBug is "$("#scroll").slider is not a function"..worked fine in html before concrete, what I am doing wrong?
edit.
Slider does work fine when I'm logged to concrete, once I logout the problems start. so weird
cheers
I understood that concrete has some version of jQuery in it? why doesn't my jQuery slider work? All i get from my fireBug is "$("#scroll").slider is not a function"..worked fine in html before concrete, what I am doing wrong?
edit.
Slider does work fine when I'm logged to concrete, once I logout the problems start. so weird
cheers
$html = Loader::helper('html');
$this->addHeaderItem($html->javascript('jquery.js', 'CORE'));