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 parseint() and why it is used?
Explain the each() function?
Is it possible to get value of multiple CSS properties in single statement?
How to disable jquery animation? : jquery mobile
Can you write a code to select all links inside the paragraph?
What is .detach()? : jquery mobile
Describe the two types of cdns?
Can you please explain the difference between body onload() and document.ready() function? : jquery mobile
Define the script build up by jquery?
Tell me is jquery a library for client scripting or server scripting? : jquery mobile
Which one is more efficient, document.getElementbyId( "myId") or $("#myId)?
How can I select 20th div with jquery?