Using Rails RJS with jQuery, I have a link with an event binding on click that does ajax call with GET and returning dataType: script (with RJS providing the response).
Works the first time in Explorer, but after that, when you click the link, it tries to save the response as a file.... Any ideas how to get around this?
Only a problem in IE.