What is the shorthand for jQuery to get Version?

 Posted by vishalneeraj-24503 on 2/3/2015 | Category: jQuery Interview questions | Views: 1414 | Points: 40
Answer:

Since jQuery == $,so we can use shorthand syntax as
$.fn.jquery;

This will return the same version.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response