
jquery mobile快速入門
目前,企業和個人用于開發和釋出移動應用程式所使用的技術正在發生變化,而我們則是見證者。最初,開發和釋出移動程式的政策是針對每一個主流平台開發獨立的本地app。然而,開發團隊迅速意識到,維護多個平台所需的花費是不可忍受的,而且移動團隊也會喪失其靈活性。在将來,移動開發團隊隻需一次編碼,就可以将app部署到所有裝置上,這樣的開發團隊會更具競争性,而jquery mobile可以幫助你實作這一目标。
jquery mobile是一個架構,用于傳遞具有統一界面的跨平台移動web應用程式。jquery mobile将響應式布局與漸進式增強結合起來,進而通過一個代碼庫來呈現最佳的使用者體驗。通過使用jquery mobile,我們将會看到如何為ios、android、windows phone、blackberry及其他移動裝置建立可主題化的,而且具有本地外觀的相應式應用程式。我們會發現是什麼讓jquery mobile不同于其他移動web開發平台,也會通過示例來探索jquery mobile的特性,其中包括設計元素和事件處理。
<a href="https://yq.aliyun.com/articles/96272/">第1章 jquery mobile簡介</a>
<a href="https://yq.aliyun.com/articles/96279">1.1 通用通路</a>
<a href="https://yq.aliyun.com/articles/96279">1.2 跨所有移動平台的統一ui</a>
<a href="https://yq.aliyun.com/articles/96318">1.3 簡化的标記驅動的開發</a>
<a href="https://yq.aliyun.com/articles/96324">1.4 漸進式增強</a>
<a href="https://yq.aliyun.com/articles/96328">1.5 響應式設計</a>
<a href="https://yq.aliyun.com/articles/96430">1.6 可主題化的設計</a>
<a href="https://yq.aliyun.com/articles/96431">1.7 可通路性</a>
<a href="https://yq.aliyun.com/articles/96433/">1.8 總結</a>
<a href="https://yq.aliyun.com/articles/96434">第2章 jquery mobile入門</a>
<a href="https://yq.aliyun.com/articles/96437">2.1 jquery mobile頁面模闆</a>
<a href="https://yq.aliyun.com/articles/96441">2.2 多頁面模闆</a>
<a href="https://yq.aliyun.com/articles/96446">2.3 ajax驅動的導航</a>
<a href="https://yq.aliyun.com/articles/96449">2.4 轉換</a>
<a href="https://yq.aliyun.com/articles/96458">2.5 對話框</a>
<a href="https://yq.aliyun.com/articles/96464">2.6 帶有媒體查詢的響應式布局</a>
<a href="https://yq.aliyun.com/articles/96466">2.7 總結</a>
第3章 使用頁眉、工具欄和标簽欄來導航
第4章 表單元素和按鈕
第5章 清單視圖
第6章 使用表格和css漸變來格式化内容
第7章 建立可主題化的設計
第8章 jquery mobile api
第9章 服務內建政策
第10章 使用phonegap輕松部署jquery mobile應用程式