10个优秀的jQuery Mobile主题
原文链接:http://caibaojian.com/10-best-free-jquery-mobile-theme.html
jQuery Mobile 是一个伟大的框架,而每个伟大的产品都需要一个好看的UI。很不幸,jQuery Mobile默认的主题不是一个现代化的设计。默认的CSS文档有a,b,c,d和e五个主题,a主题是黑色的默认主题,每个主题都有各自的颜色。·
下面分享一下互联网上比较好看的jQuery Mobile UI框架
1. Graphite
- 支持版本: jQuery Mobile 1.3.2
- 链接和演示: http://driftyco.github.io/graphite/

2. Flat UI theme
在 Flat-UI.的基础上创建
- 支持版本: jQuery Mobile 1.3.2
- 官网: https://github.com/ququplay/jquery-mobile-flat-ui-theme
- 演示: http://ququplay.github.io/jquery-mobile-flat-ui-theme/

3. nativeDroid
- 支持版本: jQuery Mobile 1.3.2
- 链接和演示: http://nativedroid.godesign.ch/

4. ios theme
在IOS的界面上创建
- 支持版本: jQuery Mobile jQuery Mobile 1.2
- 链接: https://github.com/taitems/iOS-Inspired-jQuery-Mobile-Theme/
- 演示: http://taitems.github.io/iOS-Inspired-jQuery-Mobile-Theme/

5. Android Holo-inspired theme
- 支持版本: jQuery Mobile 1.3.2
- 链接: http://teusink.blogspot.com/2012/09/android-holo-theme-for-jquery-mobile-111.html
- 链接: https://github.com/enathu/jqmobile-android-holo-light-theme
- 演示: http://dl.dropboxusercontent.com/u/3875067/holo-light/index.html

6. Bootstrap jQuery Mobile Theme
- 支持版本: jQuery Mobile 1.2 (unofficially it should also work with a version 1.3.2)
- 链接: https://github.com/commadelimited/jQuery-Mobile-Bootstrap-Theme
- 演示: http://andymatthews.net/code/jQuery-Mobile-Bootstrap-Theme/buttons.html

7. Metro Theme for WP 7.5
- Supported version: jQuery Mobile 1.1
- Link: https://github.com/sgrebnov/jqmobile-metro-theme
- Demo: http://sgrebnov.github.io/jqmobile-metro-theme/samples/jqm-public-demo/index.html

8. Square-UI Theme
- Supported version: jQuery Mobile 1.3.2
- Link: https://github.com/ququplay/jquery-mobile-square-ui-theme
- Demo: http://ququplay.github.io/jquery-mobile-square-ui-theme/

9. jQMobile WordPress theme
- Supported version: jQuery Mobile 1.2
- Link: http://www.mobilizetoday.com/freebies/jqmobile
- Demo: http://www.mobilizetoday.com/preview/jqmobile/

10. BlackBerry theme
- Supported version: jQuery Mobile 1.2
- Link: http://blackberry.github.io/jQueryMobile-BB10-Theme/#gettingStarted
- Demo: http://blackberry.github.io/jQueryMobile-BB10-Theme/kitchenSink/index.html

10个优秀的jQuery Mobile主题的更多相关文章
- 精心挑选10款优秀的 jQuery 图片左右滚动插件
在现代的网页设计中,图片和内容滑块是一种极为常见和重要的元素.你可以从头开始编写自己的滑动效果,但是这将浪费很多时间,因为网络上已经有众多的优秀的 jQuery 滑块插件.当然,如果要从大量的 jQu ...
- 八 个优秀的 jQuery Mobile 教程
jQuery Mobile 是 jQuery 在手机上和平板设备上的版本.jQuery Mobile不仅会给主流移动平台带来jQuery核心库,而且会发布一个完整统一的jQuery移动UI框架.虽然j ...
- jquery mobile 主题
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name ...
- (六)Jquery Mobile主题及插件的使用
二.自定义主题 根据js自带的主题,提取出来进行更改 来自为知笔记(Wiz)
- 创建自定义 jQuery 移动主题
自定义页面.工具栏.内容.表单元素.列表.按钮等元素的外观 智能电话和平板设备的高采用率最终导致增加了对移动 Web 开发人员和设计师的需求.jQuery Mobile 框架支持您创建能与原生应用程序 ...
- jquery mobile自己定义webapp开发实例(一)——前言篇
用jquery mobile做了一段时间的webapp开发,准备用自己的一个小demo做一个模块化的分享 点击demo演示 手机演示二维码: 此demo已经是比較老的版本号,用户体验流畅度确实还存在非 ...
- jquery mobile 自定义图标
Jquery Mobile框架包含了一组最常用的移动应用程序所需的图标,为了减少下载的大小,Jquery Mobile包含的是的白色的图标sprite图片,并自动在图标后添加一个半透明的黑圈以确保在任 ...
- jQuery Mobile 入门基础教程
jQuery Mobile是jQuery在手机上和平板设备上的版本.jQuery Mobile 不仅会给主流移动平台带来jQuery核心库,而且会发布一个完整统一的jQuery移动UI框架. jQue ...
- 【jQuery基础学习】10 简单了解jQuery Mobile及jQuery各个级别版本的变化
关于 jQuery Mobile jQuery Mobile是为了填补jQuery在移动设备应用上的一个新项目.它应用了HTML5和CSS3. 主要特性 基于jQuery构建. 采用与jQuery一致 ...
随机推荐
- 【转】开发者可以使用Docker做什么?
有些开发者可能还是不明白 Docker 对自己到底有多大的用处,因此翻译 Docker 个人用例 这篇文章中来介绍 Docker 在普通开发者开发过程中的用例. Docker 如今赢得了许多关注,很多 ...
- PLT redirection through shared object injection into a running process
PLT redirection through shared object injection into a running process
- Invalid volume failure config value: 1
原因: hdfs-site.xml中的配置为: <property> <name>dfs.datanode.failed.volumes.tolerated</name& ...
- sqlalchemy 获取计数 count
from sqlalchemy import func message_count = self.db.query(func.count(Message.uid)).filter(Message.ui ...
- 把文件(项目)上传到Git@OSC
说明: 登录与配置git的操作此处忽略. 假设你已配置好git,并且已绑定oschina. 下面是把一个本地文件夹上传到git的操作: 在git@osc上新建项目.记得选择添加对应的 .gitigno ...
- mysql如何分类统计数量
比如我表test里面有id,mc,xh三个字段(分别是自动编号,钢材名称(若干种),钢材型号(大号,中号,小号)) id mc xh 钢管 大号 铜管 大号 铁管 小号 铝管 中号 钢管 小号 我现在 ...
- GoldenGate安装与卸载
软件下载 http://www.oracle.com/technetwork/middleware/goldengate/downloads/index.html 安装 卸载(Using Oracle ...
- Java一个枚举类的2种实现。
实现方式一: public enum Operation { PLUS, MINUS, TIMES, DIVIDE; double apply(double x, double y) { switch ...
- 使用c语言调用python小结
近期在做一个漏洞展示平台,攻击实现部分使用python实现.c语言实现部分使用libcli库做一个类似telnet的东东,回调函数run的时候调用python模块. 针对c调用python,做个了小d ...
- django之创建第10-1个项目-图片上传并记录上传时间
1.百度云盘:django之创建第10-1个项目-图片上传并记录上传时间 2.主要修改的配置文件有3个,forms.views和models3个文件以及html 3.forms.py文件修改 #cod ...