Severe problem with back button, Chrome and DOM updates
Ok I have a weird with Chrome(and probably Safari). I have a table with selected rows and date selector. If I select the data table rows and change a date then go forward a page and hit the ba开发者_如何学Cck button then it doesn't take in account of the changes on the page. It shows the old date and all the old selected rows.
In Firefox and IE it works right. What is the issue here. If anybody needs more clarification let me know.
Use cache control 'no-store, no-cache, must-revalidate'
no-cache should do it, but chrome needs no-store, and IE needs must-revalidate.
精彩评论