arasheb Posted November 7, 2012 Share Posted November 7, 2012 hello i write module that use jquery 1.7.1 and for working this module i must include jquery 1.7.1 to my prestashop header because by default prestashop use jquery 1.4.4 but how can i do this? my solution is put all js to template(.tpl) file and use it in my module but its not a good idea because js must put in header or end of body how can i do this with out conflict ? please help me!!!!!!! Link to comment Share on other sites More sharing options...
robbie007 Posted January 28, 2013 Share Posted January 28, 2013 This is what you are looking for. Good tutorial: http://www.prestadb.com/snippets/load-jquery-using-google-cdn/ External use of ajax.googleapis jquery gives you a benefit of 32KB of extra load. http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now