Navigation Menu

Skip to content

Commit

Permalink
Fix for #468
Browse files Browse the repository at this point in the history
  • 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.
1 change: 1 addition & 0 deletions src/event/event.js
Expand Up @@ -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... });
*
Expand Down
2 changes: 2 additions & 0 deletions src/jquery/jquery.js
Expand Up @@ -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
* });
Expand Down

0 comments on commit dd27ea5

Please sign in to comment.