English 中文(简体)
jQuery Listview 双滚动条( 有时)
原标题:jQuery listview double scrollbar (sometimes)

我有一个jQuery 移动页面,我得到两个滚动条。

$.mobile.changePage( #page_with_listview );

在 < 坚固> page_ with_ listview 页面的页面活动上,我做了一个$. AJAX 的搜索,在成功回调中,我填写了列表视图并触发了更新:

$( #my_listview ).listview( refresh )

我得到的结果(不是每一次):

< a href=" "https://i.sstatic.net/vH2QG.png" rel=“nofolf” > 结果的截图(我尚不能张贴图像)

有谁知道发生了什么吗?

问题回答

我也有类似的问题, 并且确保我加入 jquery 移动cs 之后我自己的风格 从主题滚动器解决它。

<link rel="stylesheet" href="my-style.min.css" />
<link rel="stylesheet" href="jquery.mobile.structure-1.3.0.min.css" />

代替

<link rel="stylesheet" href="jquery.mobile.structure-1.3.0.min.css" />
<link rel="stylesheet" href="my-style.min.css" />




相关问题
Horizontal Step Carousel

Step Carousel http://www.harrods.com/harrodsstore/ I need a flash or jquery Horizontal Step Carousel which has auto scroll feature and scrollbar at the bottom. Anyone saw it something like that?

How to show scrollbar in Swing s JOptionPane.showOptionDialog?

In our Swing application, we show error messages using JOptionPane.showOptionDialog. However, some of the messages are long and we would like to limit the height of the dialog and show a scrollbar. We ...

Mouse events on an SWT Scrollbar

Using standalone SWT Scrollbars is something of a hack (using this workaround), but it can be done. Here s a snippet: ScrolledComposite scrolledComposite = new ScrolledComposite( ...

Populating a DataGridView on-the-fly (VB.NET)

I have a DataGridView which reads data from a custom (CSLA) list object. The dataset might have 100,000 records, and obviously I don t want to show them all at once because, for one, it would take ...

set scrollbar properties in firefox

I want to set the color of my scrollbar and for it to work in firefox as well. I read that scrollbar s are not part of the w3c standard and therefore their customizing are not supported in firefox. ...

How to catch scrolling event in DBGrid in Delphi

I have a DBGrid, I need to run some code, each time the horizontal scrollbar is used. I couldn t find such event in DBGrid. Can you advise something?

热门标签