Time to Hack
  • Home
  • Contact
  • Search
  • Support
Sign in Subscribe

XMLHttpRequest

A collection of 3 posts
GoodBye XMLHttpRequest; AJAX with fetch API (with Demo)
JavaScript

GoodBye XMLHttpRequest; AJAX with fetch API (with Demo)

AJAX is a crucial part of any Web App. The primary way to do AJAX is through XMLHttpRequest. JavaScript has new fetch API which will remove the need to use the weird XMLHttpRequest
Nov 1, 2017 3 min read
Understanding AJAX
AJAX

Understanding AJAX

AJAX enables the content to be loaded asynchronously from Server. This way the complete page can be small & fast; rest of content can be loaded when needed
Dec 2, 2013 5 min read
jQuery: Making the AJAX coding clutter free
jQuery

jQuery: Making the AJAX coding clutter free

jQuery makes AJAX easier to work with and allows to make AJAX/XMLHttpRequest calls without even worrying about the complicated code flow of XMLHttpRequest
Nov 27, 2012 3 min read
Page 1 of 1
Time to Hack © 2023
Powered by Ghost