Files
web2py/applications/examples/views/ajax_examples/fade.html
T
Massimo Di Pierro e9fadbc40b added tagcloud
2011-11-23 01:14:19 -06:00

8 lines
224 B
HTML

{{extend 'layout.html'}}
<form>
<input type="button" onclick="fade('test',-0.2);" value="fade down"/>
<input type="button" onclick="fade('test',+0.2);" value="fade up"/>
</form>
<div id="test">{{='Hello World '*100}}</div>