Fixed the nested comment issue.
This commit is contained in:
parent
ed867fe6f8
commit
879225b3ae
|
@ -98,7 +98,7 @@ jQuery.fn.extend({
|
||||||
* 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.
|
||||||
*
|
*
|
||||||
* @example $(document).ready(function(){ /* Your code here... */ });
|
* @example $(document).ready(function(){ Your code here... });
|
||||||
*
|
*
|
||||||
* @name ready
|
* @name ready
|
||||||
* @type jQuery
|
* @type jQuery
|
||||||
|
|
Loading…
Reference in a new issue