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
How do you stop the currently-running animation? : jquery mobile
How you will use jquery means requirement needed for using jquery.
How method can be called inside code behind using jQuery?
Which version of jquery file should be used?
What the use of $ symbol in jquery.
What are jquery selectors?
What is the difference between map and grep function in jquery?
Explain cache paremeter of jquery ajax method?
What is jquery selectors? Give some examples.
How can we include jQuery library in ASP.Net project?
Explain .empty() vs .remove() vs .detach().
What is the difference between $(window).load and $(document).ready?
Tell me what is the use of .size() method in jquery?
Can we add more than one ‘document.ready’ function in a page?
How to programmatically trigger a click event thats being handled by jquery only?