File tree Expand file tree Collapse file tree
demos/functional/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959
6060 {
6161 title : 'Scale' ,
62- desc : 'Scales and element by a percentage.' ,
62+ desc : 'Scales an element up or down by a percentage factor .' ,
6363 html : '<button id="doScale">Scale</button> \n' +
6464 '<button onclick="$(\'#scale\').css({width: 144, height: 108});">Reset</button><br/>\n' +
6565 '<div style="height: 108px;"><img id="scale" src="templates/images/P1010063.JPG"/></div>' ,
7878
7979 {
8080 title : 'Size' ,
81- desc : 'Change the size of an element.' ,
81+ desc : 'Changes the size of an element by specifying a width and height .' ,
8282 html : '<button id="doSize">Size</button> \n' +
8383 '<button onclick="$(\'#size\').css({width: 144, height: 108});">Reset</button><br/>\n' +
8484 '<div style="height: 108px;"><img id="size" src="templates/images/P1010063.JPG"/></div>' ,
You can’t perform that action at this time.
0 commit comments