File applications/examples/views/ajax_examples/fade.html artifact e7aa5189d8 part of check-in eba4a35a21
{{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>