Eventually Consistent

Dispatches from the grey area between correct and working

Posts tagged "Ajax"

1 post found

javascript

Beginning Ajax

Ajax is a method of using Javascript to load resources without causing the page to be refreshed. Traditionally when you click a link on a webpage, the browser asks for that page and renders it in place of the previous page. Ajax offers an alternative for situations when page refreshes aren't ideal.

Read more