Find jQuery Version
Sometimes we need to find the version of the jQuery library, that is being used in the code or on a website. So which is the easy way to Find JQuery Version ?
jQuery object directly doesn’t provide the version property. At first sight its difficult find but you can easily get it with the following code.
var jQueryVersion = $.fn.jquery;
So jQuery keeps the version numbering and details in the $.fn object of the jQuery. It returns the jQuery version as a string, eg. “2.1.0”.
Its a very small code, but useful when you need to find the version of the jQuery that is being used on the website.
Just try it and see if you can find jQuery version with this.
GPT 5.4: The Next-Generation AI Model Transforming Reasoning, Coding, and Productivity Artificial Intelligence is evolving…
GPT-5.3 Instant is OpenAI's latest ChatGPT model update, prioritizing smoother conversations, fewer refusals, and higher…
Are you tired of scrolling endlessly through Google results trying to find clear, trustworthy answers?…
In recent years, the process of software development has rapidly evolved—developers demand smarter tools and…
India has emerged as one of the fastest-growing and most significant markets in the global…
On October 6, 2025, OpenAI unveiled AgentKit, a unified suite of tools designed to help developers and…
This website uses cookies.
View Comments