[jQuery] Re: $.ajax not refreshing content - nothing happening in the callback

2008-01-19 Thread pedalpete
unfortunately no, it is not due to caching. I put that into the $.ajax, but that didn't make a difference. Also, I can see the response in firebug and the changed html is returned. strange that this isn't working.

[jQuery] Re: $.ajax not refreshing content - nothing happening in the callback

2008-01-19 Thread Eric Martin
Is it because of caching? Try adding cache:false to your $.ajax options. On Jan 18, 7:52 pm, pedalpete <[EMAIL PROTECTED]> wrote: > Hi all, > > this is a really strange one. Not sure where I found the example code > for this, but it has been working for me without an issue and I have > it running