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 |
How to multiple AJAX requests be run simultaneously in jQuery?
What is parseint() and why it is used?
Explain the features of jquery mobile? : jquery mobile
What is jquery and what are the advantages?
What are source maps in jQuery?
How can we apply css in odd childs of parent node using jquery library?
differentiate between bind() vs live() vs delegate() methods in jquery.
How to work with jQuery parent(), children() and siblings()?
How to check/uncheck an input in jquery?
Explain source maps in jquery? : jquery mobile
How do I check if the DOM is ready?
Differences Between jQuery .bind() and .live()?