What is the difference between jQuery and jQuery UI?

Answers were Sorted based on User's Feedback



What is the difference between jQuery and jQuery UI?..

Answer / chaitanya

jQuery is the core library. jQueryUI is built on top of it. If you use jQueryUI, you must also include jQuery.

Is This Answer Correct ?    2 Yes 0 No

What is the difference between jQuery and jQuery UI?..

Answer / 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

More jQuery Interview Questions

What is the need for jquery? : jQuery Mobile

0 Answers  


How to disable cut,copy and paste in TextBox using jQuery?

0 Answers  


How do I check if an HTML element is empty using jQuery?

0 Answers  


How to redirect to another page using jquery?

0 Answers  


What is the use of .size() method in jquery?

0 Answers  






How can you disable jquery animation?

0 Answers  


Explain the difference between jquery's ready and holdready?

0 Answers  


Tell me what does dollar sign ($) means in jquery? : jquery mobile

0 Answers  


What does $("div.parent") will select?

1 Answers  


Explain .live()? : jquery mobile

0 Answers  


What is the difference between map and grep function in jquery?

0 Answers  


How to disable/enable an element in jquery?

0 Answers  


Categories