Questions tagged [ajax]

AJAX (Asynchronous Javascript And XML) is a popular technique for creating interactive websites.

AJAX (Asynchronous Javascript And XML) is a popular technique for creating interactive websites.

184 questions
8
votes
3 answers

Is maintaining Heavily Ajax-Based Web Apps more difficult?

Maybe I'm doing it wrong, but in my experience, developing and maintaining heavily ajax-based web apps is much more difficult then a "more standard" web app. I'm not talking about an app that uses ajax to load in some data here and there, but the…
Erik
  • 508
1
vote
2 answers

Best way to transport response data from an AJAX request?

Some possibilities are JSON, XML, HTML and/or Javascript fragments. The democratic answer to this question is "it depends on the situation," but I am looking for why one may be better than the others.