What is jQuery UI?
Answers were Sorted based on User's Feedback
Answer / chaitanya
jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library that can be used to build interactive web applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
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 |
What does $("P") will select?
How can you select all elements in a page using jquery?
How do you install/use jquery in a project.
Does jquery follow w3c recommendations?
What is normally not included in a cloned copy? : jQuery Mobile
What are jquery selectors?
What to do to select element having a particular class (".selected")? : jquery mobile
What is jquery.holdready() function?
How to use connect?
How to use transition effects? : jQuery Mobile
What is the difference between the id selector and class selector in jquery?
Which selector has better performance id or class and why?