且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

jQuery移动数据主题不起作用

更新时间:2023-12-03 10:29:22

更新

经典主题应升级为可与jQuery Mobile 1.4.x一起正常使用

Update

The classic theme should be upgraded to work properly with jQuery Mobile 1.4.x

升级指南


与jQuery Mobile的旧版本不同,最新版本1.4仅具有两个主题/样本 a b .后者是深色/黑色主题.


Unlike old versions of jQuery Mobile, the latest version 1.4 has only two themes/swatches a and b. The latter is dark/black theme.

  1. 您可以使用 ThemeRoller 创建自己的主题.

使用jQuery Mobile提供的经典样式表以及默认样式表.

Use classic style sheet offered by jQuery Mobile, along with default style sheet.

<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.0/jquery.mobile-1.4.0.min.css" />
<link rel="stylesheet" href="http://demos.jquerymobile.com/1.4.0/theme-classic/theme-classic.css" />

演示

Demo