Closed adamzochowski closed 12 years ago
the plugin binds to the load event of the iframe, my guess is that updating the html content of the iframe will not fire a load event also its not really meant to be invoked from user action such as clicking a button
I have added a triggerFunctions option to the plugin, so you can pass in click and resize event handlers, see the readme 1.8.0 and up - might help with what you are trying to do?
Code sample to reproduce