熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> Java編程 >> JSP教程 >> 正文

jquery動態加載js三種方法

2022-06-13   來源: JSP教程 

  <! 這裡為你提供了三種動態加載js的jquery實例代碼哦由於jquery是為用戶提供方便的所以利用jquery動態加載文件只要一句話$getscript("testjs");就ok了

  <!doctype html public "//wc//dtd xhtml transitional//en" "
<html xmlns="
<head>
<meta httpequiv="contenttype" content="text/html; charset=gb" />

  <title>jquery 動態加載js三種方法</title>
<script language="網頁特效">
$getscript("testjs"); //方法二

  function loadjs(file){
     var head = $(head)remove(#loadscript);
    $("<scri"+"pt>"+"</scr"+"ipt>")attr({src:filetype:text/javascriptid:load})appendto(head);
}//夠簡單把!如果在濃縮以下你甚至可以用一行代碼全部搞定
//方法三

  $("<scri"+"pt>"+"</scr"+"ipt>")attr({src:filetype:text/javascriptid:load})appendto($(head)remove(#loadscript));

  </script>
</head>

  <body>
</body>
</html>


From:http://tw.wingwit.com/Article/program/Java/JSP/201311/20414.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.