What is the difference between jQuery and jQuery UI?
Answers were Sorted based on User's Feedback
Answer / chaitanya
jQuery is the core library. jQueryUI is built on top of it. If you use jQueryUI, you must also include jQuery.
| Is This Answer Correct ? | 2 Yes | 0 No |
Jquery developed on javascript.It is a javascript library.
Jquery UI is built on top of jquery.
Jquery has more variety of features than jquery UI.
We can use jquery without jquery UI,where as Jquery UI should be used along with jquery.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the need for jquery? : jQuery Mobile
How to check jQuery version?
How can jquery be used in conjunction with another javascript library that also uses $ for naming?
Why there are two different version of jQuery library?
Define animate function in jquery?
Can there be more than one ready function in jquery?
What is method chaining in jquery and what are the advantages?
What is the difference between prop() and attr() in jquery?
Difference between $(this) and 'this' in jQuery?
How to add a class to html element?
List the advantage of using minimized version of jquery?
What is the difference between settimeout() and setinterval() methods?