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 the advantages of method chaining in jquery?
How to use it jquery knockout?
What happen if you return false from a jQuery event handler?
Define the use of each function in jquery?
How to get/set the html contents of an element using jQuery?
Explain the types of selectors in jquery?
What is jquery mobile theming? : jquery mobile
What is difference between prop and attr?
Define jquery $.ajax() method?
Difference between event.PreventDefault and event.stopPropagation?
Is it possible that jquery html work for both html and xml document?
Explain the difference between jquery-x.x.x.js and jquery.x.x.x min.js?