[wd_asp elements=’search’ ratio=’100%’ id=1]

Hide an Iframe

3rd September 2013

Jquery Misc

jquery icon

This is in my iframe
$(document).ready(function(){
$('.moveup', window.parent.document).hide();
});

This is my Iframe