Thursday, January 24, 2013

Jquery Basics things


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.

Bind Some Event to Element and trigger that function when click the element

Scenario: Suppose if we used same click event function in various web pages. if you want do some logic some page button for that need to re...