diff options
author | Aaron Eisenberger <aaronchi@gmail.com> | 2008-06-26 16:05:17 +0000 |
---|---|---|
committer | Aaron Eisenberger <aaronchi@gmail.com> | 2008-06-26 16:05:17 +0000 |
commit | caf07a3e48024a7fcceabe762826f4f291fa9d5b (patch) | |
tree | 5db77236029e95897e266952c93fa09647c20f9c | |
parent | f901812169f9af9149bbdc8f7e963bff5438c581 (diff) | |
download | jquery-ui-caf07a3e48024a7fcceabe762826f4f291fa9d5b.tar.gz jquery-ui-caf07a3e48024a7fcceabe762826f4f291fa9d5b.zip |
better descriptions for scale & size
-rw-r--r-- | demos/functional/templates/ui.effects.general.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/functional/templates/ui.effects.general.html b/demos/functional/templates/ui.effects.general.html index 8f8e1877b..a81c5a219 100644 --- a/demos/functional/templates/ui.effects.general.html +++ b/demos/functional/templates/ui.effects.general.html @@ -59,7 +59,7 @@ { title: 'Scale', - desc: 'Scales and element by a percentage.', + desc: 'Scales an element up or down by a percentage factor.', html: '<button id="doScale">Scale</button> \n' + '<button onclick="$(\'#scale\').css({width: 144, height: 108});">Reset</button><br/>\n' + '<div style="height: 108px;"><img id="scale" src="templates/images/P1010063.JPG"/></div>', @@ -78,7 +78,7 @@ { title: 'Size', - desc: 'Change the size of an element.', + desc: 'Changes the size of an element by specifying a width and height.', html: '<button id="doSize">Size</button> \n' + '<button onclick="$(\'#size\').css({width: 144, height: 108});">Reset</button><br/>\n' + '<div style="height: 108px;"><img id="size" src="templates/images/P1010063.JPG"/></div>', |