function wptm_frameload() { jQuery("#wptm_loader").hide(); jQuery("#wptmmodalframe").css('visibility',"visible"); jQuery("#wptmmodalframe").show(); } jQuery(document).ready(function($){ $('.wptmlaunch').wptm_leanModal({ top : 20, beforeShow: function(){ $("#wptmmodal").css("height","90%"); $("#wptmmodalframe").css('visibility','hidden'); $("#wptmmodalframe").attr('src', $("#wptmmodalframe").attr('src')); $("#wptm_loader").show(); } }); $('body').append('