It looks like if I load dynamic content using $.get(), the result is cached in browser.
$.get()
Adding some random string in QueryString seems to solve this iss
What about using a POST request instead of a GET...? (Which you should anyway...)