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

Which is the starting point of code execution in jQuery?

1 Answers  


Explain bind() vs live() vs delegate() methods.

0 Answers  


How to select element having a particular class (".selected")?

1 Answers  


Define url paremeter of jquery ajax method?

0 Answers  


Explain source maps in jquery? : jquery mobile

0 Answers  






What is .remove()? : jquery mobile

0 Answers  


What are the paremeter of jquery ajax method?

0 Answers  


Mention the differences between javascript and jquery.

0 Answers  


What to do to select element having a particular class (".selected")? : jquery mobile

0 Answers  


What are the two types of CDNs?

0 Answers  


Do we need to add jQuery file in both Master and Content page?

0 Answers  


How does caching helps and how to use caching in jQuery?

1 Answers  


Categories