This is in my iframe
1 2 3 4 5 |
$(document).ready(function(){ $('.moveup', window.parent.document).hide(); }); |
This is my Iframe
1 2 3 |
<iframe class="moveup" src="dialloopfork1.php" name="scroller" scrolling="no" frameborder="0" align="center" height="260px"> |