dev-resources.site
for different kinds of informations.
Sending asynchronous POST requests with pure JS: ditching jQuery's ajax
Published at
4/30/2021
Categories
jquery
ajax
javascript
vanilla
Author
costa86
Author
7 person written this
costa86
open
If you ended up here, chances are you have to deal with jQuery. As you may know, nowadays, lots of things that used to be made with jQuery can be done with pure JS. An interesting fact is that Bootstrap has announced that they would stop using jQuery as of version 5 (the current at the moment). And that says a lot if you think about it!
Here, I would like to demonstrate a very common practice that is usually made with jQuery, but can be easily replaced with pure JS: sending asynchronous POST/GET requests.
That's it, people.
Thanks for the time reading this!
Follow me:
LinkedIn | Dev.to | Buy me a coffee | GitHub
vanilla Article's
30 articles in total
🎨🛠️ 𝗩𝗮𝗻𝗶𝗹𝗹𝗮 𝗙𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸 𝘁𝗼 𝗘𝗺𝗽𝗼𝘄𝗲𝗿 𝗗𝗲𝘃𝗲𝗹𝗼𝗽𝗲𝗿𝘀 🚀🌐
read article
Mastering Vanilla JavaScript and Libraries: The Road to Dynamic DOM Rendering
read article
🌟 Vanilla Update: New Components and Enhanced Features! 🌟
read article
🌐 Unlock Development with Vanilla: The Non-Framework Powerhouse 🌐
read article
🚀 Vanilla & CSSer Major Update! 🚀
read article
How to upload files to a server in NodeJS with Formidable
read article
🚀 Vanilla Update: A New Development Methodology! 🚀
read article
Secure Text Encryption and Decryption with Vanilla JavaScript
read article
🚀 Vanilla Framework Update: Meet CSSer! 🚀
read article
🌟 Vanilla & CSSer Accessibility Update! 🌟
read article
Storing and retrieving JavaScript objects in localStorage
read article
New lightbox package here!
read article
Data-driven UIs
read article
A11y: Vanilla javascript aria-live announcer
read article
Keyboard input in Node.js
read article
Javascript Made Simple!
read article
Array methods and when to use them, forEach, map, reduce
read article
Which should you use? Array.from vs. Spread Operator
read article
Tiny Vanilla.js Projects
read article
Maneras de clonar un objecto en javascript
read article
Vanilla JavaScript data fetch
read article
Vanilla(ts) configuration with Webpack. a little bit different.
read article
My first Chrome Extension
read article
Speedy Typer Game
read article
What is CSS @scope and why should I care?
read article
Path aliases with Vanilla Node JS
read article
Montar SPA de cero con Vanilla y Jest
read article
Web Apps from scratch: Forms
read article
Sending asynchronous POST requests with pure JS: ditching jQuery's ajax
currently reading
State Management with Vanilla JavaScript
read article
Featured ones: