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
Difference between detach and remove? : jQuery Mobile
How to use jquery?
How to add and remove css classes to an element using ?
What is jquery.length? : jquery mobile
What are the two types of CDNs?
How you get server response from an ajax request using jquery?
Is jQuery is a client or server scripting?
Difference between document.ready and window.onload? : jQuery Mobile
What are your tools of choice to get the jquery job done?
Define the types of selectors in jquery?
Can jquery be used to make an ajax request?
What is the use of clone method in jQuery?
Explain some features of jquery knockout?
Is jquery is json library file or a javascript?
Is jquery code exicuted on the clientside, or serverside?