I am Using opencart 1.5.5.1 It uses Jquery version 1.7 want to udate the jquery to the latest -


i tried use google jquery. following script used in in opencart version 1.5.1.1 in header.html

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> 

but getting lots of errors. instead of used

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> 

please assist me how can update opencart compatability use latest version of jquery google api.

thanks

you missing lot of data question, , updating older version of dangerous without deep review.

however, simple fix, can try use jquery migrate plugin , newer version of jquery. should keep older needed functionality around.

good luck.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -