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>
05-23 04:17