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

JavaScript and jQuery Guide: Features & Events

The document outlines various topics related to JavaScript and jQuery, including definitions, features, and methods for implementation. It covers concepts such as the Document Object Model (DOM), arrays, dialog boxes, events, and both pre-defined and user-defined functions in JavaScript. Additionally, it discusses jQuery syntax, selectors, effects, and methods for traversing the DOM, providing examples for clarity.

Uploaded by

Shaad Tanwar
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)
3 views1 page

JavaScript and jQuery Guide: Features & Events

The document outlines various topics related to JavaScript and jQuery, including definitions, features, and methods for implementation. It covers concepts such as the Document Object Model (DOM), arrays, dialog boxes, events, and both pre-defined and user-defined functions in JavaScript. Additionally, it discusses jQuery syntax, selectors, effects, and methods for traversing the DOM, providing examples for clarity.

Uploaded by

Shaad Tanwar
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

1. What is javascript? Explain its features in detail.

2. Explain DOM in details.


3. Write methods to implement javascript in web page with example.
4. Explain array in javascript with example.
5. Explain different kind of dialog boxes with example.
6. Explain pre-defined and user defined functions in javascript.
7. Explain different kind of events in javascript.
8. What is jQuery? Explain its syntax and selectors with an example.
9. What are the jQuery events? Explain any two events with example.
10. Explain any two mouse events except click in jQuery with example.
11. Explain any two key events in jQuery with example.
12. Explain jQuery blur() and focus() events with example.
13. Explain jquery select(), change() and submit() events with example.
14. Explain jQuery load(), unload(), delegate() events with example.
15. Explain jQuery fade effect with example.
16. Explain jQuery slide effect with example.
17. Explain jQuery animate effect with example.
18. Explain jQuery callback with example.
19. Explain jQuery chaining with example.
20. Explain methods for jQuery Ancestors in term of traversing.
21. Explain methods for jQuery Descendants in term of traversing.
22. Exaplain jQuery Siblings terms of traversing.
23. Explain text(), html(), and val() method to get and set the content of the element.

You might also like