[jQuery] jQuery.ajax(): reasons to prefer GET over POST?

[jQuery] jQuery.ajax(): reasons to prefer GET over POST?


Hi, all!
i'm working on a JSON-based request/response dispatcher system and
i've got a small question about jQuery.ajax():
Are there good reasons to prefer GET over POST, or vice versa? In case
it makes a difference, my target uses are somewhere in the single-
digit KB range (and normally very small requests, under 500 bytes).
Here's the relevant demo, in case it matters:
http://wanderinghorse.net/computing/javascript/jquery/jqapp/demo.html
:-?