In the last article, I explained what AJAX is and showed you how to dynamically change the text in DIV’s and SPAN’s without reloading the page. In this article I’ll show you how to place text from your server in DIV’s and SPAN’s, without reloading the page.
All About Events
Most of the time you will bring data onto your web page when an event has been triggered. So I thought it would make sense to list all of the events you can monitor: Continue reading AJAX What is it? How to AJAX Pt. 2