问题标签 [jquery-mobile-listview]

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.

0 投票
1 回答
1189 浏览

jquery - 带组标记的无限滚动(jquery/jquery mobile)

我在不同的应用程序中看到了带有标记的无限滚动的实现。我认为这些应用程序是用 Objective-c 编写的,但我想知道是否有 jquery 等价物(或 js 库)。

我正在寻找的是一个无限滚动,带有一些数据的组标记。例如,显示一天的所有事件。组标记显示“今天”和当天的事件列表。滚动后,显示“明天”的标记并替换“今天”等。

在这里执行此操作的应用程序示例

是否有一个 jquery 库这样做?我找不到标记的正确术语(今天,明天),所以这也许就是为什么我找不到关于 stackoverflow 的讨论的原因。组标记是描述它的好方法吗?

0 投票
1 回答
1474 浏览

jquery - 如何更改 JQuery Mobile 列表过滤器的位置(输入)

我正在使用jQuery Mobile List 控件及其过滤器功能。默认情况下,jQuery mobile 在list ul. 我想更改此输入的位置?我一直在谷歌上搜索,但没有运气。我也浏览了 jQuery 文档。

0 投票
2 回答
4761 浏览

jquery - 在 jquery mobile 弹出窗口中动态创建 jquery mobile 列表视图

这一直让我发疯所以希望有人可以帮助我:-D

我正在尝试创建一个 jquery 移动弹出窗口,并且在弹出窗口中我想动态创建一个 jQuery 移动列表视图。但是我不断收到以下错误消息。

未捕获的类型错误:无法读取未定义的属性“jQuery19104145257784985006”。

这是我的代码

我在这里创建了一个基本的 jsFiddle http://jsfiddle.net/QA7Dm/

任何帮助将不胜感激。

0 投票
1 回答
332 浏览

jquery - jQuery Mobile Listview 长项

我使用 jQuery Mobile listview 和 data-inset="true"`

如果项目太长,则字符串被截断。是否有其他方法或最佳方法来显示整个长字符串?

0 投票
1 回答
2183 浏览

jquery - How do I adjust the spacing around the sides of list items in jquery mobile

I have a list of things like this:

However, the sides of this keep stretching to the very end of the page. How could I add some kind of padding around the edges like in the api example found here: http://jquerymobile.com/demos/1.2.0/docs/lists/lists-nested.html

I know I can add some css that would ajust the margin, However I don't want this to be added when viewing the page on a cell phone Thanks

0 投票
1 回答
715 浏览

jquery - 将数据绑定到phonegap中的可折叠集

我有一个可折叠集,我试图将查询结果作为列表视图附加到该集。但我无法将结果绑定为列表视图。

这就是我想要做的

如果我尝试只显示一个可折叠的集合,我可以显示。但是当我尝试显示列表视图时,什么都没有显示。我在做什么错?

谢谢:)

新的功能结构

0 投票
3 回答
2065 浏览

jquery - Jquery中的透明ListView

我对 html 和 jquery 很陌生。当时我有一个包含蓝色背景图像和列表视图的 html 文件。我想显示透明列表视图,但它不显示透明 listview 。从网上我用了很多方法,但它们不起作用。

这是我的代码:

这是CSS:

任何帮助

0 投票
1 回答
1537 浏览

jquery - add more data-attributes to split icon in jquery mobile listview

i am working in a webapp where i am using listview of jquery mobile...

Here, just want to customize the split icon on the right hand side of every list line...

But want to do this with the use of data-attributes like data-split-shadow="false" and data-split-stroke="false", so that the shadow and the white circle stroke on the icon will not be shown and only the grey background and icon will display...

I have attached a demo for this... http://jsfiddle.net/FkGz8/

Just like that,

Can it be possible?

0 投票
2 回答
5100 浏览

jquery - 制作列表视图弹出窗口

我正在尝试制作一个非常基本的列表视图弹出窗口。我只是看不到让它工作。这是我到目前为止的代码

我使用以下 CDN

我希望弹出窗口位于屏幕的中心。我所做的一直在关注这个网站http://view.jquerymobile.com/1.3.0/docs/widgets/popup/#&ui-state=dialog但它只是不起作用。任何帮助将不胜感激。

这是用于加载的代码

  • s 来自配置文件

    });

  • 0 投票
    1 回答
    809 浏览

    jquery - 重定向后jQuery Mobile listview刷新

    页面 feed.html 在从浏览器调用时工作正常,但是当通过a href="feed.html"页面加载从另一个页面调用但内部的列表视图不显示时。

    适用于 feed.html 的脚本包含$('#feedList').listview('refresh');并且在从直接 url 调用时可以正常工作。

    所以每次我需要在重定向后刷新页面才能工作。

    getfeed.js:

    仅此代码就可以正常工作,但是当从另一个页面调用它时,它不会刷新列表。