Fix for #468
authorJörn Zaefferer <joern.zaefferer@gmail.com>
Tue, 19 Dec 2006 19:06:36 +0000 (19:06 +0000)
committerJörn Zaefferer <joern.zaefferer@gmail.com>
Tue, 19 Dec 2006 19:06:36 +0000 (19:06 +0000)
src/event/event.js
src/jquery/jquery.js

index 9f90321..72ea29a 100644 (file)
@@ -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... });
         *
index 8cffb8e..025dd77 100644 (file)
@@ -162,6 +162,8 @@ var $ = jQuery;
  * technically, chainable - there really isn't much use for chaining against it.\r
  * You can have as many $(document).ready events on your page as you like.\r
  *\r
+ * See ready(Function) for details about the ready event.\r
+ *\r
  * @example $(function(){\r
  *   // Document is ready\r
  * });\r