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 |
Is jquery library used for server scripting or client scripting?
What are the guidelines for an application to follow the principles of progressive enhancement.
How JavaScript and jQuery are different?
Tell me which program is useful for testing jquery?
what does $("div") will select? : jquery mobile
What features of jquery, has been used in web applications?
What is .empty()? : jquery mobile
How do you select element by ID in jQuery?
What is a filter in jquery? Explain
What does $("div") will select?
What is normally not included in a cloned copy? : jQuery Mobile
How to check jQuery version?