jQuery + JSON + AJAX = My own custom solution.
So. In an effort to come up with a solution to a very common AJAX problem (at least for me), I have put together a little tutorial for handling AJAX responses in a simple, yet effective manner. Here’s the problem:
AJAX is used sometimes for validation, sometimes for quick little updates to the database, and other times for the same old add/edit/delete functions. There’s an infinite ways AJAX can be used in your web application, so I’m pretty sure my solution will not work 100% of the time, but it may make things a little bit easier to handle 90% of the time.