Categories

Featured templates

How to check jQuery version using Firebug console

George Jones March 11, 2016
Rating: 4.6/5. From 5 votes.
Please wait...

This video tutorial will show how to check jQuery version using Firebug console.

How to check jQuery version using Firebug console
  1. Open any site on the web, note that you should have Firebug installed in your Firefox browser.

  2. Right mouse click, then select Inspect Element with Firebug, open Console tab.

  3. Type one of the next lines and you will obtain jQuery version:

    console.log(jQuery.fn.jquery);

    or

    console.log(jQuery().jquery);

    then press Enter button:

    How to know jQuery version using Firebug console -1
  4. This way you can check version of jQuery for any site on the web.

Feel free to check the detailed video tutorial below:

How to check jQuery version using Firebug console
This entry was posted in JS Animated tutorials, Working with HTML and tagged firebug, jQuery, version. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket