Possible Duplicate:
Cache busting via params
I'm using struts2jquery
plugin and I wanna change a property inside jquery-ui.css
which is inside a jar file called struts2jquery-plugin-3.3.1.jar
.
The problem is after I changed that property I can see the value changed in the file but the browser still using the original value. When I debug the problem I figured out the browser is using a file jquery-ui.css?s2j=3.3.1
and once I remove the ?s2j=3.3.1
the browser reads the file I have changed and got the new value!
So, any one please can help me out to understand what is the difference between jquery-ui.css
and jquery-ui.css?s2j=3.3.1
and how to change the value in jquery-ui.css?s2j=3.3.1
bcz I don't know where this file is.