jQuery Default Page

这是我常用于写jQuery及jQueryUI网页的原始码:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	<title></title>
	<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.8/themes/redmond/jquery-ui.css" type="text/css" />
</head>
<body>
	
	<script src="http://www.google.com/jsapi?autoload=%7B%22modules%22%3A%5B%7B%22name%22%3A%22jquery%22%2C%22version%22%3A%221.4.4%22%7D%2C%7B%22name%22%3A%22jqueryui%22%2C%22version%22%3A%221.8.8%22%7D%5D%7D" type="text/javascript"></script>
	<script type="text/javascript"></script>
</body>
</html>

Author: YapNW

我是一个刚乘着幽浮神游太虚回来的大头外星人!爱做的事情很多,但专做一样东西很难。是个笨蛋。

Leave a Reply

Your email address will not be published. Required fields are marked *