用法:
refresh()
返回:jQuery (plugin only)
更新列表视图。
如果您通过 JavaScript 操作列表视图(例如添加新的 LI 元素),您必须调用它的刷新方法来更新视觉样式。
- 此方法不接受任何参数。
代码示例:
调用刷新方法:
$( ".selector" ).listview( "refresh" );
相关用法
- JQuery Mobile Listview icon用法及代码示例
- JQuery Mobile Listview classes用法及代码示例
- JQuery Mobile Listview filterPlaceholder用法及代码示例
- JQuery Mobile Listview filter用法及代码示例
- JQuery Mobile Listview countTheme用法及代码示例
- JQuery Mobile Listview theme用法及代码示例
- JQuery Mobile Listview filterTheme用法及代码示例
- JQuery Mobile Listview inset用法及代码示例
- JQuery Mobile Listview dividerTheme用法及代码示例
- JQuery Mobile Listview create( event, ui )用法及代码示例
- JQuery Mobile Listview filterReveal用法及代码示例
- JQuery Mobile Listview filterCallback用法及代码示例
- JQuery Mobile Listview defaults用法及代码示例
- JQuery Mobile Listview autodividersSelector用法及代码示例
- JQuery Mobile Listview splitTheme用法及代码示例
- JQuery Mobile Listview initSelector用法及代码示例
- JQuery Mobile Listview splitIcon用法及代码示例
- JQuery Mobile Listview hideDividers用法及代码示例
- JQuery Mobile Listview disabled用法及代码示例
- JQuery Mobile Loader html用法及代码示例
- JQuery Mobile Loader hide用法及代码示例
- JQuery Mobile Loader theme用法及代码示例
- JQuery Mobile Loader text用法及代码示例
- JQuery Mobile Loader defaults用法及代码示例
- JQuery Mobile Loader classes用法及代码示例
注:本文由纯净天空筛选整理自jquerymobile.com大神的英文原创作品 Listview refresh。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。