Backported wiki changes from http://docs.jquery.com/API/1.1.1/CSS
This commit is contained in:
parent
a782afdfd0
commit
52a78d06a4
1 changed files with 1 additions and 1 deletions
2
src/jquery/jquery.js
vendored
2
src/jquery/jquery.js
vendored
|
@ -2288,7 +2288,7 @@ jQuery.each( [ "eq", "lt", "gt", "contains" ], function(i,n){
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the CSS width of every matched element. If no explicit unit
|
* Set the CSS height of every matched element. If no explicit unit
|
||||||
* was specified (like 'em' or '%') then "px" is added to the width.
|
* was specified (like 'em' or '%') then "px" is added to the width.
|
||||||
*
|
*
|
||||||
* @example $("p").height(20);
|
* @example $("p").height(20);
|
||||||
|
|
Loading…
Reference in a new issue