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 jQuery?

1 Answers  


What are the types of selectors that are used in jquery? Give examples.

0 Answers  


How to work with jQuery parent(), children() and siblings()?

0 Answers  


Explain some of the key concepts of good code organization patterns.

0 Answers  


What are all the ways to include jQuery in a page?

0 Answers  






How to get the server response from an ajax request using jquery?

0 Answers  


Explain animate function in jquery?

0 Answers  


How to include jQuery in ASP.Net project?

0 Answers  


What is the difference between jquery-x.x.x.js and jquery.x.x.x min.js?

0 Answers  


How to revert the most recent ‘destructive’ operation, changing the set of matched elements to its previous state using ?

0 Answers  


What is CDN?

0 Answers  


How to set jquery mobile responsive table width to 100% width despite css styles? : jquery mobile

0 Answers  


Categories