clear cached javascript includes in FireFox

Posted by user151841 on Stack Overflow See other posts from Stack Overflow or by user151841
Published on 2011-01-12T15:45:47Z Indexed on 2011/01/12 15:53 UTC
Read the original article Hit count: 168

Filed under:
|
|

I'm working on javascript for a site, developing with FireFox, and when I refresh the page, I don't see my changes. The javascript file is in an external file. I reloaded and refreshed the page several times, but the old javascript file was still cached. Finally, I loaded the javascript page in the browser directly, saw the old script, hit 'reload', and saw my changes.

How can I clear cached external javascript files? I'll need to know this also when I tell the client that the changes are made, so that they aren't seeing the old cached functionality.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about firefox