There is a web page with an iframe inside. Sometimes, Input text box controls, inside the iframe, are locked/ freezed. Users cannot enter text into them. But the text box ca
I was also suffering from this issue. As William Leung has pointed, IE has a bug with remove Iframe Object from DOM.
Iframe
Try the following:
$(someDivWithIframe).empty().remove();