To quickly find the version of jQuery that a site is using, you can simply type the following into the browser bar of the site:
javascript:alert(jQuery.fn.jquery)
This will get the version of jQuery and display it in a javascript pop-up dialog.
To quickly find the version of jQuery that a site is using, you can simply type the following into the browser bar of the site:
javascript:alert(jQuery.fn.jquery)
This will get the version of jQuery and display it in a javascript pop-up dialog.