Removed useless and misleading example
This commit is contained in:
parent
c6a893b680
commit
677483ce44
5
src/jquery/jquery.js
vendored
5
src/jquery/jquery.js
vendored
|
@ -122,11 +122,6 @@ var $ = jQuery;
|
||||||
* This function also accepts XML Documents and Window objects
|
* This function also accepts XML Documents and Window objects
|
||||||
* as valid arguments (even though they are not DOM Elements).
|
* 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" );
|
* @example $(document.body).background( "black" );
|
||||||
* @desc Sets the background color of the page to black.
|
* @desc Sets the background color of the page to black.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue