* 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... });
         *
 
  * 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