- Download this application skeleton.
- Convert the app to use AJAX.
- Add any files you changed to your gist and submit your code. '
$(document).ready(function () {
$(document).ready(function () {
| // shorthand for $(document).ready(); | |
| $(function(){ | |
| //Your code... | |
| }); |