]> source.dussan.org Git - jquery-ui.git/commitdiff
better descriptions for scale & size
authorAaron Eisenberger <aaronchi@gmail.com>
Thu, 26 Jun 2008 16:05:17 +0000 (16:05 +0000)
committerAaron Eisenberger <aaronchi@gmail.com>
Thu, 26 Jun 2008 16:05:17 +0000 (16:05 +0000)
demos/functional/templates/ui.effects.general.html

index 8f8e1877b07fdeb14b54f1f914ff73bf8c5d975b..a81c5a219a8400515c86f93367b4ef33436323ff 100644 (file)
@@ -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>',