troyrob Posted October 23, 2015 Share Posted October 23, 2015 How do i check what version of Jquery my store is using? I'm having a problem with a module and the dev is giving me the runaround about Jquery version.When i check the js/jquery folder of my store i'm seeing jquery-1.11.0 . That seems kind of old to me. Is that the correct version for PS 1.6.1.1 ?Kindest regards Link to comment Share on other sites More sharing options...
NemoPS Posted October 24, 2015 Share Posted October 24, 2015 That's the correct one Link to comment Share on other sites More sharing options...
Penuel Posted September 21, 2016 Share Posted September 21, 2016 The most reliable way to check the current version of jQuery loaded in your prestashop would be checking it manually in Chrome or FireFox console. 1. Load your website page 2. Open chrome or firefox console (F12 for chrome) 3. Run the following command: jQuery.fn.jquery That should give you the current jQuery version on your website. --------------------------------------------------------------------- Link to comment Share on other sites More sharing options...
bellini13 Posted September 22, 2016 Share Posted September 22, 2016 What exactly is the developer saying? Prestashop is designed to use that version of jquery. Old yes, however that is what works for Prestashop. If the developer is saying it is too old, then their module is not designed properly to work with prestashop 1 Link to comment Share on other sites More sharing options...
chinthaka sandaruwan Posted November 3, 2023 Share Posted November 3, 2023 On 9/21/2016 at 6:51 PM, Penuel said: The most reliable way to check the current version of jQuery loaded in your prestashop would be checking it manually in Chrome or FireFox console. 1. Load your website page 2. Open chrome or firefox console (F12 for chrome) 3. Run the following command: jQuery.fn.jquery That should give you the current jQuery version on your website. --------------------------------------------------------------------- Thank you 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