2014年4月19日

使用 Google CDN Host 的 Javascript Library - jQuery

使用 Google CDN Host 的 Javascript Library - jQuery 目前 Google Host 的 AJAX Library 有:
 jQuery, https://developers.google.com/speed/libraries/devguide#jquery
jQuery UI,
 Prototype,
 script.aculo.us, MooTools, Dojo 等 


來源網站:http://blog.longwin.com.tw/2008/11/google-cdn-host-ajax-library-jquery-2008/

2014年4月12日

Html5 中加入jquery的方法2

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
 
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<title>Title of the document</title>
</head>
 
<body>
 Content of the document......
</body>
 
</html>

Html5 中加入jquery的方法1

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">

<script src="jquery-1.11.0.min.js"></script>
<title>Title of the document</title>
</head>

<body>
Content of the document......
</body>

</html>

Html 5 基本語法

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Title of the document</title>
</head>

<body>
Content of the document......
</body>

</html>

2014年4月4日

tcpdf 教學

http://www.tad0616.net/modules/tad_book3/index.php?op=list_docs&tbsn=26