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

How to execute jQuery code after the DOM is ready?

0 Answers  


What are the various ajax functions?

0 Answers  


What is parent() in jquery?

0 Answers  


Explain various methods to make ajax request in jquery?

0 Answers  


How to get attributes of an element using jQuery?

0 Answers  


Is jQuery is a client or server scripting?

0 Answers  


How do you add an HTML element in DOM tree?

0 Answers  


Tell me an example usage of jquery mobile? : jquery mobile

0 Answers  


How to delete cookies in jquery?

0 Answers  


What is the difference between event.PreventDefault and "return false"?

1 Answers  


Difference between document.ready() and body onload()?

0 Answers  


Is it possible to get value of multiple CSS properties in single statement?

1 Answers  


Categories