Explain why there are two different version of jquery library? : jquery mobile
Answer / Sachin Sahay Gautam
There are two main versions of the jQuery library: jQuery Core and jQuery UI. jQuery Core is a lightweight JavaScript library designed for manipulating HTML documents, while jQuery UI provides a set of user interface widgets and animations built on top of jQuery Core.
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell me what does dollar sign ($) means in jquery? : jquery mobile
What is $() in jquery?
What is a CDN?
How can we include jQuery library in ASP.Net project?
What is the difference between $(window).load and $(document).ready?
Explain the term method chaining? : jQuery Mobile
How to get the direct parent of an element using ?
Explain finish method in jquery? : jquery mobile
Explain some benefits of jquery knockout?
Explain each() function in jquery?
What happen if you return false from a jQuery event handler?
What is meant by a deep copy? : jQuery Mobile