WebGyver
11 Oct 2007, 9:58 AM
Perhaps I missed something somewhere, but having tried to Google this issue, I give in.
Lately, I've been noticing other web developers using external JavaScript files like so:
src="/js_progress_popup.js?903ebf6a8ae9e13c710506fbb06841b4"
It looks as though they are adding an MD5 string to the URL, but what in the world does that do? Looking at the actual JavaScript files, there is nothing in the code that even checks for any kind of query string value.
However, I am suspecting that taking this approach might have some benefits . . . does anybody know? Please?
Lately, I've been noticing other web developers using external JavaScript files like so:
src="/js_progress_popup.js?903ebf6a8ae9e13c710506fbb06841b4"
It looks as though they are adding an MD5 string to the URL, but what in the world does that do? Looking at the actual JavaScript files, there is nothing in the code that even checks for any kind of query string value.
However, I am suspecting that taking this approach might have some benefits . . . does anybody know? Please?