jQuery

1 min. read

jQuery is the granddaddy of all JavaScript libraries. As of Aug 2022, jQuery is used by 77% of the 10 million most popular websites

How to…

How to check the version of jQuery in code or developer console

1
$().jquery

References