jquery - Ajax bugs with internet explorer cached -


recently working on company i'm realize start having troubles methods return html based on partial views. problem changes not loaded internet explorer because browsers has configures remains in cache information , cannot see changes base on partial view. changes not affected in other browsers firefox , chrome.

the problem solved modifying options of internet explorer , checking options on browsers client

enter image description here

so. have couple of questions

  1. is there configuration or meta tag can used in javascript, html or jquery handle kind of error without modified browser configuration.
  2. where can find documentation troubles

if issue ajax related...try setting cache:false in ajax options. if using convenience methods get() or load() can globally using $.ajaxsetup()

http://api.jquery.com/jquery.ajax/

http://api.jquery.com/jquery.ajaxsetup/


Comments

Popular posts from this blog

delphi - How to convert bitmaps to video? -

jasper reports - Fixed header in Excel using JasperReports -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -