Tagged Questions
1
vote
0answers
53 views
.ready fires too soon in iframe when sharing jQuery instance
I am wanting to avoid loading a seperate instance of jQuery in each of many iframes. For the most part this is working well. The problem I'm having is with the ready event. It does not seem to work ...
0
votes
2answers
106 views
ready event on a posted form
I have a form in an iframe, when this form is posted a file is returned to the user (based on the form information). This file is returned using content-disposition:attachment so that only a file save ...