Answer Posted / ramyagurrala
Jquery UI is an library built on top of jquery.
Jquery is an library of javascript.
Jquery UI is used to built highly interactive web applications.
Jquery UI is an open source software.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to multiple AJAX requests be run simultaneously in jQuery?
What is the use of .size() method in jquery?
What are the advantages of jQuery?
What is method chaining in jquery?
Is jquery still relevant 2019?
How to write browser specific code using jquery? : jquery mobile
Is jquery html() method works for both html and xml documents?
Differentiate between jquery.size and jquery.length? : jQuery Mobile
Explain cdn? : jquery mobile
Create a plugin that would add and remove a class on hover.
Tell me is jquery a w3c standard? : jquery mobile
Explain source maps in jquery? : jquery mobile
How can you disable jquery animation?
How to always reference latest version of jquery?
How can related code be encapsulated? Give example.