Jump to content

JQuery version


Recommended Posts

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

  • 10 months later...

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

  • 7 years later...
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...