Closed (fixed)
Project:
jQuery Update
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Dec 2008 at 04:55 UTC
Updated:
21 Mar 2009 at 15:27 UTC
When I look at my page source through the browser, the JS calls have a capital U at the end. Does anyone know why this might be occuring? I have this setup on a local mamp environment.
Thanks!
Comments
Comment #1
mfer commentedYou'll notice that css and js has ?U or some other character at the end. That is done to have better control over how browsers cache these files. When the character at the end updates browsers will see that and download a fresh copy.
For example, This is there for the case where you have a script.js file or style.css file, you make a change to it, and now you want browsers to download that change rather than wait until their cache expires to get the updated copy.
Comment #2
mfer commentedNo further follow-ups. closing.