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]> 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