2011年10月29日 星期六

JQuery 基礎

<!DOCTYPE html>
<html>
<head>
<title>Hello JQuery</title>

<link type="text/css" href="css/ui-lightness/jquery-ui-1.8.16.custom.css" rel="Stylesheet" />
<script type="text/javascript" src="js/jquery-1.6.2.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.8.16.custom.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
//code here
})
</script>
</head>

<body>
</body>

</html>

jquery.js 可以在http://jquery.com/下載

Tutorial:
http://www.w3schools.com/jquery/default.asp

沒有留言:

張貼留言