jQuery and AJAX what should I use?

Posted by thedp on Stack Overflow See other posts from Stack Overflow or by thedp
Published on 2010-03-29T15:32:33Z Indexed on 2010/03/29 15:43 UTC
Read the original article Hit count: 272

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about AJAX