There's an iframe on our page causing a display problem, even after attempting CSS modifications. Is there a way to use jQuery to hide an externally loaded iframe?
We tested the document ready function, but it seems that the external JavaScript file also has its own document ready method. As a result, waiting for the call to finish with our code using document ready doesn't work.
Thank you,