Pjax with IE11 and Edge?

Hi,

I have a pjax widget on a gridview. My data is dynamic so at times the gridview is empty so I have a button with javascript to reload data manually.


 $.pjax.reload("#pjax-data");

This works well on Chrome and firefox but on IE11 and Edge it seems that the call is never execute, so the pjax never load any data (no error whatever).

Is there a way around the problem? Thanks.

Nope, if it’s related to the popstate event, then I guess not:

http://caniuse.com/#search=pushstate

Thanks. Grrrr… Spent the whole day debugging the issue.

One way to make sure that it is the same issue is to run the code pen in IE and Edge. :)