Computer Science E-75
Building Dynamic Websites
Lecture 11: Frameworks
Dan Armendariz

jQuery

====================

To try this code, simply upload the jQuery directory to your public_html. Make sure the permissions are correct (701 for directories, 600 for PHP files, 644 everything else).

1.html - Disable all buttons example.
2.html - Disable all buttons, re-enable one. Added enableAllButtons() function.
3.html - A smarter way to disable buttons that doesn't require disabling all and re-enabling one.
4.html - Ajax call to input server time to a specific paragraph.
5.html - Ajax call that inputs server time into multiple <p> elements.