jQuery Mobile Question:
Can you please explain the difference between jQuery and jQuery UI?
Answer:
jQuery is the core library. jQueryUI is built on top of it. If you use jQueryUI, you must also include jQuery.
Previous Question | Next Question |
Explain jQuery plugin? | Explain jQuery UI? |