Added * You can have as many $(document).ready events on your page as you like.
This commit is contained in:
parent
eee853f120
commit
004f3dd517
2 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue