[jQuery] getIfModified

2006-08-29 Thread Will Jessup
List, I'm looking to see if anyone has experience w/ $.getIfModified in the ajax plug-in. I'm trying to return the GET only if the contents are modified (such as opening a 30 second timeout where it listens for a request, closes if there is nothing and re-opens or returns what it gets if

Re: [jQuery] getIfModified

2006-08-29 Thread Mike Alsup
Not sure if this is the problem or not but be aware that for 'getIfModified' to work the server must set the 'Last-Modified' header. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] getIfModified

2006-08-29 Thread Klaus Hartl
Mike Alsup schrieb: Not sure if this is the problem or not but be aware that for 'getIfModified' to work the server must set the 'Last-Modified' header. Careful, if that header isn't set, the AJAX plugin will break Firefox 1.0. I send another mail about this which didn't come through... --