Social Icons

Saturday, February 2, 2013

How can use event?


All of this you have to use into Document Ready Event
 
    $(document).ready(function(){

   // jQuery methods go here...

    });

Now i introduced one more event which is used in our event example.

     $("button").click(function(){

       // jQuery methods go here...

     });

<< Previous || Next>>

This Tutorial written by Md.Tofazzal Haque

No comments:

Post a Comment