Matt Stith schrieb:
> The browser will cache scripts and css included in the header, but not 
> anywhere else.

To verify that this is not true, simply include an external script file 
in the body and check the response headers for this file for example 
with the livehttpheaders[1] extension.

It reports: HTTP/1.x 304 Not Modified

That means the file is cached. In addition, if you check the Net tab 
with Firebug it will also say "xx KB from cache".

[1] http://livehttpheaders.mozdev.org/


-- Klaus

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to