Jquery Basics:
1)Getting Values of following elements:
a) All form elements
b) Div, span etc
2)Setting values to the following elements:
a) All form elements
b) Div, span etc
3) Check whether the following elements have values or not:
a) All form elements
b) Div, span etc
3) Check whether the following elements displyed or not:
a) All form elements
b) Div, span etc
4) Jquery methods
a) ajax
b) post
c) serialize
5) get and set attribute of elements in jquery.
6) Add or Remove class to elements in jquery.
7) How to apply css to elements in jquery.