Can't disable jQuery cache
- by robert_d
Update
I figured out that it must be caching problem but I can't turn cache off.
Here is my changed script:
<script src="../../Scripts/jquery-1.4.1.js" type="text/javascript"></script>
<script type="text/javascript">
jQuery.ajaxSetup({
// Disable caching of AJAX responses
cache: false
});…