DEV Community

Discussion on: Re-implementing jQuery methods in the HTMLElement prototype

Collapse
 
nikoheikkila profile image
Niko Heikkilä

These are very nice! Have you also tried implementing Ajax calls and stuff without jQuery? For a long time those were a big reason for sticking with jQuery but then Fetch API came.

Collapse
 
jochemstoel profile image
Jochem Stoel

No I did not, for the reason you mentioned. We have fetch nowadays. Would you like me to, though?

Collapse
 
caseycole589 profile image
Casey Cole

Yes that would be a cool post