* Please ensure you have no code in your <body> 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
* 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