I just look at a page where I have .load and firebug shows GET.
On 5/18/07 11:14 AM, "Brian Cherne" <[EMAIL PROTECTED]> wrote: > It's not documented (as far as I can tell) but if you send a params object to > .load() it should be sent via the POST method. I'm looking at the unpacked > source of jQuery 1.1.1... load: starts on line 1842 and the GET/POST condition > starts on line 1849. > > Brian. > > On 5/18/07, Shelane <[EMAIL PROTECTED]> wrote: >> >> It would be nice if the .load function of jQuery did a POST request >> instead of a GET request or if we could specific that it should be a >> POST request. >> >> On May 18, 8:10 am, wls < [EMAIL PROTECTED] >> <mailto:[EMAIL PROTECTED]> > wrote: >>> > You're correct. IE is caching GETs. The work around is to make a >>> > unique GET (e.g., all the date/time bogus parameters) or to use POST >>> > instead. >>> > >>> > >>> Seehttp://www.wwco.com/~wls/blog/2007/04/12/an-advanced-crash-course-in-... >>> > >>> > -wls >> > > > > >