Thursday, October 19, 2023

How to detect the versions of jQuery and jQuery UI through Chrome

1) Open Chrome and browse the website

2) After the website shows up completely, press the button F12

3) Within the console box, execute the following command:


For jQuery:

console.log(jQuery().jquery);

or

jQuery().jquery


For jQuery UI:

$.ui.version