问题标签 [jquery-mobile-button]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - 使用 jQueryMobile 从 Web 应用程序中的软键盘中删除“开始”按钮
我正在使用 jQueryMobile 开发一个 Web 应用程序。应用程序类似于聊天功能。我希望用户使用屏幕上的“发送”按钮,而不是使用软键盘上的“开始”按钮。我可以禁用表单提交,但我想像 Android SMS 应用程序一样完全删除“开始”按钮。是否可以从移动 Web 应用程序操作软键盘布局?
谢谢,-Sreeni
jquery-mobile - jQuery 移动按钮按下行为
我有一个带有 jQuery mobile 的链接按钮。我希望能够将其设置为不断按下或不按下。我试过这个代码按下:
这段代码未按下:
但是当悬停在未按下的按钮上时,它不再突出显示。所以我尝试了:
但是按钮变成蓝色,我想要深灰色。有什么建议么?
jquery-mobile - JQuery 移动持久导航栏(外部页面 div)
我在页脚中的页面 div 之外有一个导航栏(它在每个页面上)我尝试对导航栏的持久活动状态进行简单修复它适用于其中一个页面上的选项卡但似乎没有为此工作。
实际上,除了某些原因没有添加 ui-btn-active 之外,一切正常
这是代码
});
锚点的 html 发生了变化,ui-state-persist 被添加到最后一行,但 ui-btn-active 只是由于某种原因没有被添加......
javascript - Jquery移动按钮点击角落不起作用
我使用 cordova 和 jQuery mobile 作为 UI 框架创建了一个移动应用程序。它工作正常,只是在单击角落时不会触发 jQuery 移动按钮上的单击事件。单击角落时,我看到悬停效果(按钮颜色更改),但未触发单击事件。从按钮角向内单击一点时触发单击事件。
我正在使用 jQuery 移动 1.4.2。下面是我的按钮(带有类 showOptions 和 ui-btn 的锚标记)标记和单击处理程序:
有没有人也面临同样的问题?请帮我。
jquery - Upgrade button from jQuery Mobile 1.1 to 1.4
Using jQuery Mobile 1.1.1 the following code:
Generate the following HTML elements:
Example in jsfiddle
I need migrate to jQuery Mobile 1.4.3
I follow official jQuery Mobile 1.4 upgrade guide
Now, following code:
Generate following HTML elements:
Example in jsfiddle
New button styles are very different from the old jQuery Mobile versions. Is there an easy way to keep the old style with the new version of jQuery Mobile?
Similar question How to get “old-style” rounded 3d buttons in newer jQuery Mobile 1.4+
I would like have the same styles and html elements if it is posible, so this questions is incomplete for me.
jquery-mobile - 将 jQueryMobile 1.4 按钮样式设置为 1.3
我升级到 JQM 1.4,但我更喜欢 1.3 的主题。1.4中有一个经典主题,颜色一致。但是角落(标题)中的导航按钮看起来完全不同。
是否可以在 1.4 中为这些按钮重现相同的外观?
jquery - Jquery panel's menu clicks behinde the panel
I am using jquery panel as "overlay", so the panel just comes in front of the page when i open it. the problem is that the page behinde the panel is full of links, and when i click on a button on the panel its also clicking the link that was at the exact same place but behinde the panel, and that causes the app to change page. is anyone knows how to solve this bug?
Thank you!
jquery - jQuery mobile 更改输入按钮的文本值
我刚开始使用 jQuery 版本 1.9.1,现在我无法更改 jQuery 移动按钮的文本值。在我的 JSFiddle 演示中,我尝试了所有可能的方法来更改值,但没有运气。
当我使用 jQuery 1.8.2 版和 jQuery Mobile 1.2.0 版时,以下代码可以很好地更改按钮的文本值。
有谁知道如何使用较新版本的 jQuery 来实现这一点?
html - 标题按钮是方形而不是圆形
我希望标题中的按钮是圆形的,但它们却是方形的。查看屏幕截图中的主页按钮:
我的 CSS:
声明标题的 html 片段:
我期待看到类似于这些的圆形按钮:
任何指针表示赞赏...
jquery - 带有选择和重置选项的 JQUERY MOBILE 克隆表单
我正在尝试克隆基于 jquery 移动设计的表单。问题是选择被克隆时,因为我无法选择其他选项。请在https://jsfiddle.net/vgacia24/1jmxjzya/5/检查代码
这是代码
请检查 jsfiddle 链接中的代码以尝试使用 jquery mobile https://jsfiddle.net/vgacia24/1jmxjzya/3/