anyone know anything about javascript and why it isn't giving me errors but does nothing?
using html script tags with
$(document).ready(function(){
$("iframe").contents().find("#footer").hide();
});
names are correct but did i miss identifying something? does contents or function need to be defined?
@f0x i was actually wondering about that, it is / supposed / to ohnly search once the embed has been called but i may need to do something more complex to properly call it so it isn't trying to execute it prior to drawing the iframe
@root or perhaps the iframe content needs it's own onload somehow, to make sure that's done loading too