Possible Duplicate:
Accessing HTTP Headers in Javascript?
How would this translate this PrototypeJS code into jQuery?
etag = response.getHeader("Etag") || 0;
lm = response.getHeader("Last-Modified") ||
'Thu, 1 Jan 1970 00:00:00 GMT';
Possible Duplicate:
Accessing HTTP Headers in Javascript?
How would this translate this PrototypeJS code into jQuery?
etag = response.getHeader("Etag") || 0;
lm = response.getHeader("Last-Modified") ||
'Thu, 1 Jan 1970 00:00:00 GMT';