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 |
What is event.stoppropagation? : jquery mobile
In jquery, what is the meaning of toggle?
Explain why there are two different version of jquery library? : jquery mobile
What is event.PreventDefault in jQuery?
With jquery which operating system is more compatible?
Explain width() vs css(‘width’)?
Change the url for a hyperlink using jquery?
Is Uncaught TypeError: $(…).modal not a function jquery?
What is the difference between calling stop(true,true) and finish method?
Explain how jquery works?
What is the use of css() method in jquery?
What is the use of jquery.data()?