2014-01-27 53 views

回答

0

你需要使用countTheme选项listview插件。

$(document).bind("mobileinit", function(){ 
$.mobile.listview.prototype.options.countTheme = "a"; 
}); 

See this

+0

搜索栏不countTheme。 – Omar

+0

看到这个http://stackoverflow.com/a/9087268/1719752 –

+0

这个答案与这个问题完全没有关系。 – Omar

0

管理梳理出来,通过数据过滤主题属性改变造型。我结束了它设置为b

相关问题