I\'m using an (I know, I know, ...) in my app (single-page application with ExtJS 4.2) to do file downloads because they contain lots of data and
I've tried with jQuery and it worked just fine as you can see in this post.
I made a working example here.
It's basically this:
And the code:
function test() { alert('iframe loaded'); } $('#myFrame').load(test);
Tested on IE11.