2015-08-16 55 views

回答

3

。在你的代碼的語法錯誤。使用這樣的:

$(document).ready(function(){ 
 
    alert('jquery loaded successfully'); 
 
});
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>

+0

感謝他的工作.. –

1

有沒有像這樣

$(document).window.onLoad 

如果你想對裝載警報jQuery中

嘗試這樣

$(document).ready(function(){ 
    alert('jquery loaded successfully'); 
}); 
+0

thanx男子它的工作... –

+0

不客氣:) –