What is the difference between jQuery and jQuery UI?
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between bind() and live() function in jquery?
What is CDN?
Can you please explain the difference between body onload() and document.ready() function? : jquery mobile
How to write cookies in jquery?
Is jQuery a programming language?
Define each() function in jquery?
Explain slidetoggle() effect.
Is vanilla js faster than jquery?
How do you update ajax response with id " resilts"?
Can you use any other name in place of $ (dollar sign) in jQuery?
How do I pull a native DOM element from a jQuery object?
Why are not some scripts and styles loading? : jquery mobile
What methods used to provide effects?
What is jquery mobile theming? : jquery mobile
Write the code to define a requirejs module with its dependencies.