What is the difference between jQuery and jQuery UI?
Answers were Sorted based on User's Feedback
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 |
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 |
Which is the starting point of code execution in jQuery?
Explain bind() vs live() vs delegate() methods.
How to select element having a particular class (".selected")?
Define url paremeter of jquery ajax method?
Explain source maps in jquery? : jquery mobile
What is .remove()? : jquery mobile
What are the paremeter of jquery ajax method?
Mention the differences between javascript and jquery.
What to do to select element having a particular class (".selected")? : jquery mobile
What are the two types of CDNs?
Do we need to add jQuery file in both Master and Content page?
How does caching helps and how to use caching in jQuery?