How can I set the browser to clear the JavaScript file on every visit?
I use Firefox 3.5.7. I am also using the Firebug extension for developing.
|
feedback
|
|
I don't think there is a built-in way to stop caching of just javascript within Firefox, but you can stop Firefox from using cached files altogether , which will have the same desired effect for developing. Navigate to You can do the same with the Web Developer Toolbar:
| ||||
|
feedback
|
|
I don't know your programming skills, and why you want to clear the cache, but if you know how to build a Firefox add-on you can try removing the specified JavaScript file from the cache using the interface Or the simple solution could be just to use | ||||
|
feedback
|