桌面浏览器上的jquery移动按钮

时间:2012-12-14 20:22:49

标签: html jquery-mobile

是否可以将某些按钮的jquery移动外观添加到桌面浏览器上?

我包含了jquery mobile css和js文件,当我点击按钮时,它在幕后做了一些事情而没有把我带到目的地。当我删除JS(桌面上奇怪行为的原因)时,按钮按预期的方式不会按照我想要的方式呈现。

理想情况下,我希望只看到提供按钮的纯css和简化JS,以便我可以将其添加到我的桌面布局中,如果这是一个选项,以某种方式,这将符合我的目的。

我真的不想挖掘所有jquery移动js文件,并弄清楚那里有什么东西可以将它拼凑在一起。

我怎样才能明白我需要在台式机上呈现我的按钮,其外观和感觉与没有移动设备功能的移动设备相同。

编辑以下答案:

这就是我现在在桌面页面上调用的内容:

<link href="/Content/jquery.mobile.custom.structure.min.css" rel="stylesheet" type="text/css" />
<link href="/Content/jquery.mobile.custom.min.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="/content/mobile/themes/LS.min.css" />
<script src="/Scripts/jquery.mobile.custom.min.js"></script>

并按这样调用按钮:

        <a data-role="button" data-theme="a" href="/home/foldit" data-icon="star">
                Fold It
        </a>

这显示了我的按钮的文本表示,而不是呈现按钮。我没有从包中包含的唯一文件是&#34;自定义主题&#34; css文件,因为我认为我的主题应该取代它。 (LS.min.css文件)。

1 个答案:

答案 0 :(得分:0)

是的,这是可能的。

您可以重建jQuery移动框架并仅使用所需的模块。

转到此处:http://jquerymobile.com/download-builder/并选择您想要的内容。

*We’ve decoupled all of our plugins and have a clear dependency map which allows us to offer the download builder tool (Alpha) to let you build the leanest package possible.*

仅适用于jQM 1.1.1至1.2