Jump to content

AJAX Cart with jQuery 1.4


Recommended Posts

Hi to all.

A few days ago i was forced to change my jquery to 1.3.2, to integrate some features. Everything works great once i follow the step by step guide i found in french forum.

Well, the version 1.3 was giving me an error "Out Of Memory" in IE. So, i change it to 1.4 but now, ajax cart dont work.

Can someone tell me what are the changes that i have to made in Ajax-Cart to make it work? That is the only module that dont work for me, everything is working fine...

Hope someone can help me

Regards

Mozack

Link to comment
Share on other sites

Hi to all.

A few days ago i was forced to change my jquery to 1.3.2, to integrate some features. Everything works great once i follow the step by step guide i found in french forum.

Well, the version 1.3 was giving me an error "Out Of Memory" in IE. So, i change it to 1.4 but now, ajax cart dont work.

Can someone tell me what are the changes that i have to made in Ajax-Cart to make it work? That is the only module that dont work for me, everything is working fine...

Hope someone can help me

Regards

Mozack


I make some modules that need jquery 1.3 or 1.4.
Ths solution is this.
In the ajax cart js file of the module, replace at the end document. to window.
And for que jqzoom, in js/jquery, replace all $(document. to $(window.

This make your jqzoom and ajax cart ,works with 1.4 of jquery
Link to comment
Share on other sites

×
×
  • Create New...