What is the difference between jQuery and jQuery UI?
Answer Posted / 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 |
Post New Answer View All Answers
How can we apply css in div using jquery?
What is cdn? Explain
Difference between detach and remove? : jQuery Mobile
How to select all elements using jQuery?
How to execute jQuery code after the DOM is ready?
How can we apply css in odd childs of parent node using jquery library?
Tell me how to select combobox select value and text using jquery?
How can related code be encapsulated? Give example.
What is jQuery code to select all links in first paragraph?
Tell me how to check if number is numeric while using jquery 1.7+? : jquery mobile
Explain width() vs css(‘width’)?
What is the difference between jquery's ready and holdready?
What is method chaining in jquery and what are the advantages?
What features of jquery, has been used in web applications?
How you get server response from an ajax request using jquery?