Skip to content
Permalink
Browse files
Fix for #468
  • Loading branch information
jzaefferer committed Dec 19, 2006
1 parent 42785b1 commit dd27ea5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
@@ -101,6 +101,7 @@ jQuery.fn.extend({
* otherwise $(document).ready() may not fire.
*
* You can have as many $(document).ready events on your page as you like.
* The functions are then executed in the order they were added.
*
* @example $(document).ready(function(){ Your code here... });
*
@@ -162,6 +162,8 @@ var $ = jQuery;
* technically, chainable - there really isn't much use for chaining against it.
* You can have as many $(document).ready events on your page as you like.
*
* See ready(Function) for details about the ready event.
*
* @example $(function(){
* // Document is ready
* });

0 comments on commit dd27ea5

Please sign in to comment.