$('.view-sc-game iframe').one('load',function() { alert('load function iframe resource') $(this).removeClass("non_display"); $(this).height($(this).contents().find('html').height()); alert('loaded function iframe resource') });