[jQuery] Re: jqModal caching ajax requests

2007-07-13 Thread james_027
Hi everyone, Here's my solution and since I am a js newbie hope someone could tell me that what I am doing is not good. I alter the jqModal.js, somewhere on the line 46 I replace r.load(u,function() {if(c.onLoad)c.onLoad.call(this,h);if(cc)h.w.jqmAddClose($ (cc,h.w));f(h);}); with

[jQuery] Re: jqModal caching ajax requests

2007-07-11 Thread james_027
Hi everyone, I am glad to be able to stumble upon this discussion, I am also using jqModal recently. @shelane you mean this caching issue is because of jqModal and not on jQuery? Thanks james On May 25, 12:40 am, Shelane Enos [EMAIL PROTECTED] wrote: I agree about it being strange behavior.

[jQuery] Re: jqModal caching ajax requests

2007-07-11 Thread Shelane Enos
Yes, it is a jqmodal issue. On 7/11/07 2:03 AM, james_027 [EMAIL PROTECTED] wrote: Hi everyone, I am glad to be able to stumble upon this discussion, I am also using jqModal recently. @shelane you mean this caching issue is because of jqModal and not on jQuery? Thanks james

[jQuery] Re: jqModal caching ajax requests

2007-05-24 Thread Benjamin Sterling
Emanuel, Do you have a url we can look at? You may want to do $('#popupwin').empty(); for your .jqm call. -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: jqModal caching ajax requests

2007-05-24 Thread Richard D. Worth
On 5/24/07, emi polak [EMAIL PROTECTED] wrote: Hello, I am using ajax requests to populate a jqModal window. The problem is that the content I am loading in the window gets cached, so any future requests will return the cached content. ... Any idea on how to solve this? Thank you so much.

[jQuery] Re: jqModal caching ajax requests

2007-05-24 Thread Shelane
Do you find this only happening in IE? There was a thread a few days ago about IE caching GET requests. The jqModal is using a GET ajax request. That thread mentions methods to cause IE to get the new data. However, that will still leave you with the jqModal wanting to load the originally