[jQuery] Re: Getting lazy with GET and changing STATE

2007-09-03 Thread Pops
I pressed SEND to fast before correcting some typos and adding some needed clarification: Here is the general rule of thumb: Use POST when the data: 1) Produces a command line over 1024 characters. GET has its line limits. Do not assume all servers will accept anything much longer than that

[jQuery] Re: Getting lazy with GET and changing STATE

2007-09-03 Thread Pops
Duncan, Here is the general rule of thumb: Use POST when the data: 1) Produces a command line over 1024 characters (GET has its line limits) 2) Complex and by I mean: - - > think it will do no harm. GET operations change state, and links > > that change state are confusing to u