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
Write the code to define a requirejs module with its dependencies.
Explain the each() function?
What is the jQuery code to select all links inside the paragraph?
Create a plugin that would add and remove a class on hover.
How to add or remove classes to an element in jquery?
How to add a class to html element?
How to multiple AJAX requests be run simultaneously in jQuery?
How does jquery mobile theming work? : jquery mobile
How to programmatically trigger a click event thats being handled by jquery only?
Can you please explain the difference between .js and .min.js? : jquery mobile
Explain the types of selectors in jquery?
Tell me what does $("div") will select? : jquery mobile
What is eq()? : jquery mobile
What is the advantage of using minimized version of jQuery?
Differentiate among .empty() vs .remove() vs .detach() in jquery.