DEV Community

Discussion on: How to use $.ajax()

Collapse
 
emgodev profile image
Michael • Edited

I mean yes it was the title, but then those few mistakes poped up and it was throwing me off. The rest of the article was fine, write about what you want, it was interesting. Ajax just is not jQuery. jQuery does have an ajax method (ie: $.ajax()), so I think it's important to be clear about that is all. You should read through MDNs' documentation if that sounds debatable.

Ajax finds its most native implementation in the XMLHttpRequest API, as much as I know, which is also on that page. That is what I thought you were writing about when I only saw 'Ajax' in the title.

If you really want to go the extra mile you could read through jQuery's source code to see how they perform their ajax?

Thread Thread
 
williamragstad profile image
William Rågstad

Absolutely! Thanks, this helps me improve the article, as a developer and an writer. I really appreciate feedback.

That would be cool, I'll see what I can do.

If you have any ideas of any more "fun facts" you can do with Ajax or $.ajax(), I'd be glad to hear :)