| 7 | |
| 8 | = jQuery - simpler JavaScript = |
| 9 | |
| 10 | Note: jQuery is a JavaScript library which focuses on simplifying the repetition involved with DOM scripting, though it also includes some visual effects. See the DevWorks article for good examples. |
| 11 | |
| 12 | * [http://www.ibm.com/developerworks/library/x-ajaxjquery.html DevWorks: Simplify Ajax development with jQuery] |
| 13 | * [http://15daysofjquery.com/ 15 Days of jQuery (tutorials)] - including [http://15daysofjquery.com/table-striping-made-easy/5/ Table Striping Made Easy] |
| 14 | * [http://docs.jquery.com/Ajax#load.28_url.2C_params.2C_callback_.29 jQuery API: load() HTML file] |
| 15 | * [http://jquery.bassistance.de/api-browser/ jQuery API browser (like JavaDoc)] |
| 16 | |