Jul
9
2010

Is Your jQuery Ready?

For those that don’t know this, you can shorthand the following script:

$(document).ready(function () {
    alert("Giddyup!");
});

… and replace the above with the following equivalent:

$(function () {
    alert("Giddyup!");
});

Add comment

  Country flag

biuquote
  • Comment
  • Preview
Loading

Resources

Archives

Blogs

Download OPML file OPML