jQuery Mobile Tables 小參考教學

 jQuery Mobile Tables 小參考教學

jQuery Mobile Tables 小參考教學 @ 腦爸打 Compbrother

小知識教學類型: 手機應用程式開發

Tables 在 傳統網站html編程中經常出現,網頁設計員絕不會陌生。而jQuery Mobile Tables亦有類似的概念,供手機應用程式Apps編寫員去製作手機上的Tables,而jQuery Mobile Tables有兩款 responsive tables: reflow and column toggle。

製作jQuery Mobile Tables,首先像html定創建table tag,然後定義data-role="table" class="ui-responsive",而table當中則幾乎與傳統的html table tag無異,頂部以 thead, tr, th 來架設,而table內容則以 tbody, tr, td 來架設。而手機應用程式Apps編寫員也可透過css的方法來美化和排版心儀的jQuery Mobile Tables的外觀展示。



如需協助 「手機應用程式開發」 ,歡迎立即 聯絡我們!

此網誌的熱門文章

脑爸打有限公司

JavaScript Random - 網頁程式世界的隨機

選用只有一個頁面的網站? (缺點篇)