]> source.dussan.org Git - jquery.git/commitdiff
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 9f903212597aa2a687d8a438ab101f6508a0a762..72ea29aac25be03a5c6bb8c9c54a39570d965e8a 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 8cffb8e876ddbb4e7e46f0203c011c0e977936cb..025dd770bcbf1764a9fb6bc57201b3fbb9d8b5a6 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