mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Fix for #849
This commit is contained in:
parent
08ff26927b
commit
670d2f4140
@ -429,7 +429,7 @@ jQuery.fn.extend({
|
|||||||
*
|
*
|
||||||
* There is one argument passed to the ready event handler: A reference to
|
* There is one argument passed to the ready event handler: A reference to
|
||||||
* the jQuery function. You can name that argument whatever you like, and
|
* the jQuery function. You can name that argument whatever you like, and
|
||||||
* can therefore stick with the $ alias without risc of naming collisions.
|
* can therefore stick with the $ alias without risk of naming collisions.
|
||||||
*
|
*
|
||||||
* Please ensure you have no code in your <body> onload event handler,
|
* Please ensure you have no code in your <body> onload event handler,
|
||||||
* otherwise $(document).ready() may not fire.
|
* otherwise $(document).ready() may not fire.
|
||||||
|
Loading…
Reference in New Issue
Block a user