Search code examples
javascripthtmltextwrangler

JavaScript code executes after deleting it


I had a javascript code in my HTML document, then I decided to load that code from .js file rather than writhing it directly in HTML document, but after that I decided not to use it at all and deleted my tag. After that I opened my HTML file and JavaScript was still running. I deleted the .js file and it still executes. Also tried to copy my document to new HTML file but it still does the same. What can be the problem? Using TextWrangler on Mac OS X 10.10.5 Yosemite


Solution

  • position: fixed; in my #navwrap in css, no .js. I Apologize