Now a days we are having numbers of JavaScript frameworks and we are getting updates from various Java Scripts on daily basis in terms of version numbers.
Here we are going to see how we can get Version number of JavaScript framework you have used in your website. I have listed method for four leading frameworks which are as below:
Get jQuery Version
console.log($.fn.jquery);
Get MooTools Version
Get ProtoType Version
Get Dojo Version
Feel free to add another JavaScript framework which is not listed above.