Contact Form

 

Load iframe with click n detect after loaded

<button id='show-total'>click me</button><br /> <div id='show-Notiv'>Kosong</div> <button id='show-total'>click $(function(){ $(function(){ $('#show-total').on('click', function(){ $($(this)).html('<i>Memuat ...</i>'); var ifr=$('<iframe/>', { id:'MainPopupIframe', src:'http://pustakaflash.web.id/forum/Demo/diskusi.html', style:'display:none;width:100%;height:95%', load:function(){ $(this).show(); //alert('iframe loaded !'); $('#show-total').html(''); } }); $('#show-Notiv').html(ifr); }); });

Total comment

0   komentar

Cancel Reply