Ajax

Ajax (Asynchronous Javascript And XML) is basically a way to add data to your page without actually reloading the page. The benefit is that it is faster than clicking a link and data can be stored and/or retrieved from a database or algorithm seamlessly. Of course if you’re reading this you may already know why you want to use Ajax. But you may not know how or maybe you just want a simple way to do it. Here’s How