可能重複:
Open up first Fancybox picture automatically爲什麼我不能做一個jQuery時彈出頁面加載:(
我無法找到一個方法,使一個jQuery的fancybox流行。起來的時候頁面加載
$(document).ready(function() {
$("#popmessage").fancybox({
'titleShow' : false,
'transitionIn' : 'fade',
'transitionOut' : 'fade',
'overlayColor' : '#000',
'overlayOpacity' : 0.2
});
});
爲什麼這會更好? – xtofl
他說他需要在頁面加載時讀取它(加載vs就緒)http://4loc.wordpress.com/2009/04/28/documentready-vs-windowload/ –
你說得對 - 儘管我不喜歡真的不相信這就是她的意思。 – xtofl