Category: Interview Questions
-
What is jQuery?
jQuery is a fast, lightweight JavaScript library that simplifies tasks like: It allows you to write less code to achieve more (e.g., $(“#id”).hide() instead of long JavaScript code).
jQuery is a fast, lightweight JavaScript library that simplifies tasks like: It allows you to write less code to achieve more (e.g., $(“#id”).hide() instead of long JavaScript code).