免費電子書 -- jQuery 動態網頁設計

jQuery

Hello

Each

選取器

事件

特效

表格

表單

AJAX

訊息

相關網站

參考文獻

最新修改

簡體版

English

程式:jqload.htm

<html>
 <head>
  <SCRIPT language="JavaScript" SRC="jquery.js"></SCRIPT>
 </head>
 <body>
  <div id="txtbox" style="border:solid 1px; width:100%; height:200px;">
  </div>
  <script type="text/javascript">
  $('#txtbox').load('hello.txt');
  </script>
 </body>
</html>

檔案:hello.txt

Hello, jQuery ! 
Hello, AJAX !

執行結果

jqload.png

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License