Wha is the meaning of this js.js?version=1364903356 in a webpage?
javascript, jquery
Solution
The version is generally appended for caching purposes, or rather, for invalidating the cache (by changing the version number, and hence, the requested URL), so it's seen as a new resources and downloaded afresh.
Problem
Every time i refresh a site and view its page source, the javascript src i.e `js.js?version=1364903356`; the version number always changes. My question is: What is the meaning of this number; and if i put `js.js` in every page, the site is not working.