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 can you disable jquery animation?
What are the types of selectors that are used in jquery? Give examples.
How you get server response from an ajax request using jquery?
What is the difference between the id selector and class selector in jquery?
Mention some advantages of jquery.
What are selectors in jquery? : jQuery Mobile
Explain "beforesend(xhr)" paremeter of jquery ajax method?
Define the script build up by jquery?
What is a jquery library?
With jquery which operating system is more compatible?
Explain .siblings() method in jquery?
How do I pull a native DOM element from a jQuery object?