Basic Jquery Questions: $ (Document) .Ready Window - Onload
Basic Jquery Questions: $ (Document) .Ready Window - Onload
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.