aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Eisenberger <aaronchi@gmail.com>2008-06-26 16:05:17 +0000
committerAaron Eisenberger <aaronchi@gmail.com>2008-06-26 16:05:17 +0000
commitcaf07a3e48024a7fcceabe762826f4f291fa9d5b (patch)
tree5db77236029e95897e266952c93fa09647c20f9c
parentf901812169f9af9149bbdc8f7e963bff5438c581 (diff)
downloadjquery-ui-caf07a3e48024a7fcceabe762826f4f291fa9d5b.tar.gz
jquery-ui-caf07a3e48024a7fcceabe762826f4f291fa9d5b.zip
better descriptions for scale & size
-rw-r--r--demos/functional/templates/ui.effects.general.html4
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>',