jQuery Tutorial

09.12.2011 - 3 comments - pathin | jQuery, Tutorials

Hello, I just decided to write a little jQuery Tutorial, with some examples.

Demo 1: Alert Box

First, we register a so called: “ready event” for the document.
In jQuery we do this with: $(document).ready(function()).
In the source code it would look like this:

$(document).ready(function() {
    //Do something, when the document is loaded.
});

The complete source code looks like this:
[Read more...]

Comments: 3

 
Welcome!

Welcome to pathin.org
Thanks for looking by.
Please feel free to discuss with us by writing comments.

Categories
Tag Cloud