Chair's blog
2010年1月25日 星期一
JQuery 推出 1.4
http://code.jquery.com/jquery-1.4.js
以下是動態載入 js 範例
<input type="button" value="載入 jQuery1.4" onclick="include_jquery1_4();" /> <script type="text/javascript"> function include_jquery1_4(){ var jquery1_4=document.createElement("script"); jquery1_4.type="text/javascript" jquery1_4.src="http://code.jquery.com/jquery-1.4.min.js" document.getElementsByTagName("head")[0].appendChild(jquery1_4); } </script>
其他資源:
jQuery的免費教學-學習 jQuery 從入門到精通只要兩小時!
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言