0% found this document useful (0 votes)
2 views1 page

Basic Jquery Questions: $ (Document) .Ready Window - Onload

The document contains a list of basic questions related to jQuery, covering topics such as its definition, inclusion in web pages, element selection, class manipulation, and event handling. It also addresses differences between various jQuery methods and concepts like noConflict() and event delegation. Overall, it serves as a foundational guide for understanding jQuery functionalities and usage.

Uploaded by

ak68310890
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

Basic Jquery Questions: $ (Document) .Ready Window - Onload

The document contains a list of basic questions related to jQuery, covering topics such as its definition, inclusion in web pages, element selection, class manipulation, and event handling. It also addresses differences between various jQuery methods and concepts like noConflict() and event delegation. Overall, it serves as a foundational guide for understanding jQuery functionalities and usage.

Uploaded by

ak68310890
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Basic jQuery Questions

1. What is jQuery?
2. How do you include jQuery in a web page?
3. What is the difference between $(document).ready() and window.onload?
4. How do you select an element with a specific class in jQuery?
5. How do you hide and show an element in jQuery?
6. What is the difference between $(this) and this in jQuery?
7. How can you check if an element has a specific class?
8. How do you add and remove a class using jQuery?
9. How do you get the value of an input field in jQuery?
10. What is the difference between .text() and .html()?
11. Explain noConflict() method of Jquery.
12. Explain custom script concept in Jquery.
13. Explain features of Jquery.
14. What is event delegation in JQuery
15. How to hide and show elements in JQuery.
16. Explain local installation of JQuery
17. Write a short note on jQuery library functions.
18. What is the basic syntax of JQuery. Example with proper example
19. Write a code for CDN based version installation of JQuery.

You might also like