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 are features of jquery or what can be done using jquery?
Explain event.preventdefault? : jquery mobile
What are the advantages of using cdn?
Write a basic jquery code?
What is the use jQuery.data method?
What are the paremeter of jquery ajax method?
Tell me how to select combobox select value and text using jquery?
How can you add a jquery library in your project?
How to debug jquery code/ debug jquery?
How can we apply css in odd childs of parent node using jquery library?
What is the difference between onload() and document.ready() function used in jquery?
Is jQuery is a client or server scripting?