Eventually Consistent
blog
/
projects
/
about
/
Search
All tags
Posts tagged with "ajax"
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.