I have a problem with my web project with visual studio and jquery code. It's similar to this question: jQuery code still being executed even after being commented out but still doesn't work.
I've a <div>
vertically moved with scroll (jquery script).
I use google libraries and this perfectly works.
I would like to add some constraints to the jquery script but, after some useless attempts, I've tried to commented out the code to know a new fact:
running the code in chrome (or ie) I can still move the <div>
, this because commentig out some jquery code "has zero effect on the server-side processing".
I've already try this:
- delete/commented out
<script src ..>
- delete/commented out jquery scrip
- delete cache chrome, ie
How I can solve this problem? Sorry if this seems a stupid question, but this time I can not solve by myself (just reading online, forum etc).
NEWS: I've tried:
-Visual Studio Development Server not updating css and javascript?
-visual studio not updating html / javascript to server / browser
and nothing works, still jquery run after deleting all jquery scripts.