Hello World 4 JQuery

Hello World 4 JQuery

<html>                                                                  
<head>                                                                  
<script type="text/javascript" src="http://codeorigin.jquery.com/jquery-latest.min.js"></script>          
<script type="text/javascript">                                         
$(document).ready(function() {

    alert("Hello World!");

});                                  
</script>                                                               
</head>                                                                 
<body>                                                                                        
</body>                                                                 
</html>
原文地址:https://www.cnblogs.com/wangdongjie0101/p/3332287.html