What is the difference between jQuery and jQuery UI?
Answer Posted / ramyagurrala
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 |
Post New Answer View All Answers
What is cdn? Explain
How To Use Ajax In Jquery?
When can you use jquery?
What is difference between $(this) and ‘this’ in jquery?
What is the method used to define the specific character in place of $ sign?
Define "beforesend(xhr)" paremeter of jquery ajax method?
What is jquery connect and how to use it?
What is the minimum setup needed to start using jquery.
Tell me which program is useful for testing jquery?
what is the use of param() method in jquery .
How we can modify the css class in jquery?
Explain source maps in jquery? : jquery mobile
Explain each() function in jquery?
Which one is more efficient, document.getelementbyid( "idname") or $("#idname)?
How to search for descendant elements that match the specified selectors using ?