How to check jQuery version?
2/18/2009
Sometimes you need to know what is the jQuery version that your script is working withThis maybe useful in you jQuery plugins, so your code can utilize the jQuery version specific code or maybe your code is running in some environment that already has jQuery embedded in, for example Drupal CMS.
Anyway, here are two ways you can check the current jQuery version // Returns string Ex: "1.3.1"$(
Similar articles
JQuery HowTo
How to check loaded jQuery UI version?
In this post I will show how to check currently loaded jQuery UI version on the page. Unlike checking loaded jQuery version ( $().jquery ), checking jQuery UI version is a bit different. Checking cur...
Overclock.net - Overclocking.net
how to check firmware version and update?
Ok so this is my first SSD and I want to know how i can check my firmware version and update the thing if it isnt the latest version. I also would like to know if updating the firmware after having al...
Overclock.net - Overclocking.net
c300 how to check bios version?
i just installed the c300 ibought from newegg for $100 but how do i check if i have the latest bios?
JQuery HowTo
Check if jQuery plugin is loaded
The previous post checked if jQuery is loaded, now it is time to check if particular jQuery plugin is loaded. Checking if plugin exists or if plugin has been already loaded is useful if you are writin...