I use these codes for refreshing a part of my page :
var container = document.getElementById(\"mainForm:table_1\"); var content = container.innerHTML; contai
IE9 and below doesn't support pushState. For unsupported browsers use history API. and also find some more list of polyfills here.