jQuery and AJAX what should I use?
- by thedp
Hello,
I've decided to go with jQuery for all my AJAX related client side needs.
But jQuery has way too many functions for the same task: $.post, $.get, $.ajax, $.getJSON...
My question is what should I use?
Thank you.