mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Added * You can have as many $(document).ready events on your page as you like.
This commit is contained in:
@@ -107,6 +107,8 @@ jQuery.fn.extend({
|
||||
* Please ensure you have no code in your <body> onload event handler,
|
||||
* otherwise $(document).ready() may not fire.
|
||||
*
|
||||
* You can have as many $(document).ready events on your page as you like.
|
||||
*
|
||||
* @example $(document).ready(function(){ Your code here... });
|
||||
*
|
||||
* @name ready
|
||||
|
||||
Reference in New Issue
Block a user