AJAX, jQuery and HTML5 are big buzz words in the web design/development community nowadays. While getting these web technologies to work together is exciting, the programming required to do this isn’t new.
AJAX, jQuery and HTML5 work together through the use of page tags, page IDs and page classes that exist between the two <body> tags of a web page. The JavaScript functionality embedded in jQuery and AJAX finds these tags , IDs and classes (which we’ll now call page elements) and “does” something to them; maybe it changes their background color, maybe it’s loading copy into them. Either way, it’s doing something to them.
This process of “finding and doing something” to these page elements with JavaScript is more commonly known as “traversing the DOM”. Simply put, traversing the DOM is the key to getting AJAX, jQuery and HTML5 to work together.
Web developers have used DOM traversal for years so, again, there really isn’t that much new programming involved when it comes to syncing up AJAX, jQuery and HTML5. Still, a layman’s description of how all this works may be required, so I’ll give it a try.
Next: Traversing the DOM The Old School Way With JavaScript »
- 5 Reasons Why You Need To Learn To Use JavaScript Before jQuery
- 5 Useful JavaScript Books
- TUTORIAL: What NYC Subways Can Teach Us About JavaScript Closures
- A Simple Explanation of HTML5
- SCREENCAST TUTORIAL: JavaScript for() loop That Creates A jQuery Fade In/Fade Out
- REVIEW: HTML5 Games Development by Example: Beginner’s Guide
- Remembering Steve Jobs
- 5 Mobile Web Development Best Practice Resources
- 2 Bad Things About the Facebook App Setup
- Mobile Web Development Best Practices – Starting Tips
- Dive Into HTML5
- HTML5 Doctor
- HTML5 Gallery
- CSS3.com
- HTML5 Boilerplate
- HTML5 Readiness
- image0
- jQuery for Designers
- Cats Who Code
- Video For Everybody!








Yup, that's me in a vain attempt at trying to look cool. I'm a front end web developer at Revlon and enjoy learning new aspects of web development & design and use this blog to track my learning progress. Besides that, I love my wife and son, love traveling and am a huge soccer fan. I always prefer it if you refer to soccer as either 'football' or 'footie'.