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
How to disable jquery animation? : jquery mobile
Explain which program is useful for testing jquery?
What is cdn and how jquery is related to it?
Explain the use of the $.fn.bind and $.fn.trigger.
How to write browser specific code using jquery? : jquery mobile
Explain jquery connect?
How to submit a form without submit button using jquery?
How can we give face effect in jquery?
What is .detach()? : jquery mobile
How to use css() in jquery?
How can you use array with jquery?
what is the use of param() method in jquery .
Different ways of using $.connect function in jquery?
How can events be prevented from stopping to work after an ajax request?
How to check jQuery version?