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

jQuery Basics and Practical Applications

This document outlines two assignments related to jQuery. Assignment 1 asks students to explain jQuery with examples, discuss selectors and traversal functions, explain insertion and deletion of elements, cover dimensions and positioning as well as events. It also asks students to explain 5 jQuery methods or functions with examples. Assignment 2 asks students to disable/enable a form submit button, scroll to the top of a page, limit character input in a text area including a count, get the value of a textbox, and set the value of an input text using jQuery.

Uploaded by

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

jQuery Basics and Practical Applications

This document outlines two assignments related to jQuery. Assignment 1 asks students to explain jQuery with examples, discuss selectors and traversal functions, explain insertion and deletion of elements, cover dimensions and positioning as well as events. It also asks students to explain 5 jQuery methods or functions with examples. Assignment 2 asks students to disable/enable a form submit button, scroll to the top of a page, limit character input in a text area including a count, get the value of a textbox, and set the value of an input text using jQuery.

Uploaded by

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

jQuery

Assignment 1

Marks: 25

Q1) Explain jQuery with example. What is Un-Obtrusive JavaScript?

Q2) Explain Selectors and traversal functions with example.

Q3) Explain insertion, deletion of elements.

Q4) What is dimension and positioning? Explain events.

Q5) Explain 5 methods / functions of jQuery with example.

Assignment 2

Marks: 25

Q1) Disable/enable the form submit button

Q2) Scroll to the top of the page with jQuery.

Q3) Limit character input in the textarea including count

Q4) To get the value of a textbox using jQuery?

Q5) Set value in input text using jQuery.

You might also like