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

AJAX

A collection of 4 posts
Submitting Single Form to different Actions in HTML5
HTML5

Submitting Single Form to different Actions in HTML5

Forms in HTML5 will allow you to submit data to different URLs without extra code. We can utilize Browser’s APIs to get more things done with less code.
13 Jan 2021 4 min read
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
01 Nov 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
02 Dec 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
27 Nov 2012 3 min read
Page 1 of 1
Time to Hack © 2025
Powered by Ghost