JavaScript

Permalink
Hey there. I have a problem with my new theme on concrete5
Im trying to load a Jquery version 1.8.2 its that posible?

i allready have all documentations but seems the Jquery its not working.

Its the version problem? does concrete5 accept other version of java then 1.7?

 
PineCreativeLabs replied on at Permalink Reply
PineCreativeLabs
Concrete5 already incudes jquery, so if you try to load another version, it will conflict and fail to work properly.

So, I recommend switching out the current jquery library that C5 uses for whatever version you need (if newer). It may (or may not) affect the way your website (and the C5 interface) works, though.

It's found at: concrete/js/jquery.js
creaturan replied on at Permalink Reply
Could you please be more precise?

What do you mean switching out the current library?

I only have jquery.1.8.2.js and i can't manage to put it on a new page type. its not loading, actualy its not working.

Any ideea?

<script type="text/javascript" src="<?php echo $this->getThemePath(); ?>/js/jquery.1.8.2.js"></script> <- this one its not working.

Im waiting for another ideeas :(
creaturan replied on at Permalink Reply
i would really apreciate if somebody would tell me how do i load a javascript on my new theme.

I tryed all kind of script inserting the jquery but its not loading. Its not working!

Thanks!