0
IM具有加載網站到iframe幻燈片的iframe的onload內的div
<iframe src="<?php echo $url ?>" id="exframe"></iframe>
我想做的事就是在這個網站上有頂圖像的負荷因此一旦iframe是加載網站我想滑動到底部內容
在iframe中,網站有以下類和ID。
<div class="images"> </div>
<div id="slider"> </div>
<div class="blocks"> </div>
<div class="content"> </div>
我曾嘗試下面的代碼,但它似乎並沒有被工作withing的iframe
$(document).ready(function(){
$('.content').slideDown(1000);
});
是沒有辦法,我可以將上面的代碼放到一個iframe的特定方式的元素?
任何幫助將不勝感激
@LiveEn給這個鏡頭! http://stackoverflow.com/questions/6316250/how-to-scroll-an-iframe-to-the-bottom-when-page-loads – 2013-04-08 17:23:45