Page 1 of 1
Jquery module and CMSMS 1.10.1
Posted: Wed Nov 09, 2011 12:51 am
by henris17
Apparently there seems some incompatibility... Has someone else noticed it ?
Henri
Re: Jquery module and CMSMS 1.10.1
Posted: Fri Dec 02, 2011 3:12 am
by Dr.CSS
If you are having problems please to post a Bug Report in forge page of the module...
Re: Jquery module and CMSMS 1.10.1
Posted: Fri Dec 09, 2011 9:36 am
by deneddie
I have exactly the same error.
JQuery tries to extend the CmsObject
Code: Select all
class jQueryBase extends CmsObject
But this is not possible in the latest version...
Is there anything changed. Does anyone has a solution, this is very critical. And in the forgepage there are already 2 bugs reported for this case.
Re: Jquery module and CMSMS 1.10.1
Posted: Fri Dec 09, 2011 10:40 am
by totophe
jQuery 1.2.0 released and fix compat issue with 1.10
By the way, this module is old, and strait jQuery is advised more than using jQuery module.
Br,
JCC
Re: Jquery module and CMSMS 1.10.1
Posted: Fri Dec 09, 2011 10:44 am
by deneddie
Ok,
Where do we find the new release?
Or how do we add straight jQuery?
Re: Jquery module and CMSMS 1.10.1
Posted: Fri Dec 09, 2011 11:14 am
by totophe
New release is in the forge.
To add strait jQuery, go on
http://jquery.com/ and read the manual
You can include the code directly in your templates (it should be escaped by {literal}Your js code{/literal} and/or put in files to optimise page loading.
Re: Jquery module and CMSMS 1.10.1
Posted: Tue Jan 24, 2012 6:47 pm
by Pance
deneddie wrote:I have exactly the same error.
JQuery tries to extend the CmsObject
Code: Select all
class jQueryBase extends CmsObject
But this is not possible in the latest version...
Do you know what is possible with Hyacinthe? XMLMadeSimple has the same problem and there's no upgrade fr it.
Thanks.