HTML Table Export 是一個可以把 HTML Table 裡的內容匯出成各種格式的 jQuery Plug-in 。
http://www.webappers.com/2014/06/26/html-table-export-jquery-plugin/
mming 發表在 痞客邦 留言(0) 人氣(787)

首先先至官網下載,連結如下
https://bitbucket.org/cleonello/jqplot/downloads/
從Example的部份可看出
網址:http://www.jqplot.com/tests/pie-donut-charts.php
mming 發表在 痞客邦 留言(0) 人氣(3,813)
jQuery API extension for Dreamweaver
// Code jQuery FASTER in Dreamweaver!
Reduce tons of typing. If you are into jQuery and use Dreamweaver then you really need this extension. Let us save you tons of time by reducing keystrokes with our jQuery API extension for Dreamweaver which provides code coloring, Snippets, and code hints that list every jQuery and jQuery UI function for you.
(下載)Download
mming 發表在 痞客邦 留言(0) 人氣(444)
記得要載入jquery的js檔
<script src="js/jquery-1.10.0.min.js"></script>
mming 發表在 痞客邦 留言(0) 人氣(2,631)
JQUERY是覆寫JAVASCRIPT的一個JS檔
所以是CLIENT的程式
而PHP、ASP、ASPX、JSP是存放在SERVER端的程式,由APACHE解譯完後編譯為
HTML,用戶端讀取完HTML後進行JS的執行
mming 發表在 痞客邦 留言(0) 人氣(1,044)