]> source.dussan.org Git - jquery.git/commitdiff
Added * You can have as many $(document).ready events on your page as you like.
authorJörn Zaefferer <joern.zaefferer@gmail.com>
Tue, 3 Oct 2006 14:58:57 +0000 (14:58 +0000)
committerJörn Zaefferer <joern.zaefferer@gmail.com>
Tue, 3 Oct 2006 14:58:57 +0000 (14:58 +0000)
src/event/event.js
src/jquery/jquery.js

index 3d38b416b5bea208c8f4dded6386513a2385a8d9..47be53ca185f05f78f78df13e5a97a4930f8da03 100644 (file)
@@ -107,6 +107,8 @@ jQuery.fn.extend({
         * Please ensure you have no code in your &lt;body&gt; onload event handler, \r
         * otherwise $(document).ready() may not fire.\r
         *\r
+        * You can have as many $(document).ready events on your page as you like.\r
+        *\r
         * @example $(document).ready(function(){ Your code here... });\r
         *\r
         * @name ready\r
index deb214bcd7f3f34ea4507a6a9c06920a9e4f0c84..d50274fea447852a008634c1dfbeab5833df54e7 100644 (file)
@@ -154,6 +154,7 @@ if ( typeof $ != "undefined" )
  * behaves just like $(document).ready(), in that it should be used to wrap
  * all of the other $() operations on your page. While this function is,
  * 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.
  *
  * @example $(function(){
  *   // Document is ready