jQuery ajax - best practice

jQuery ajax - best practice

I've been using jQuery ajax to load contents onto my website via events for a while.

Is this still the best approach or should I be using something like fetch to do this?

fetch appears to only use json and my content pages are html pages.