Skip to content
Permalink
Browse files
Removed useless and misleading example
  • Loading branch information
jzaefferer committed Jan 14, 2007
1 parent c6a893b commit 677483c
Showing 1 changed file with 0 additions and 5 deletions.
@@ -122,11 +122,6 @@ var $ = jQuery;
* This function also accepts XML Documents and Window objects
* as valid arguments (even though they are not DOM Elements).
*
* @example $(document).find("div > p")
* @before <p>one</p> <div><p>two</p></div> <p>three</p>
* @result [ <p>two</p> ]
* @desc Same as $("div > p") because the document
*
* @example $(document.body).background( "black" );
* @desc Sets the background color of the page to black.
*

0 comments on commit 677483c

Please sign in to comment.