列表视图在 jQuery mobile/phonegap 中初始时未加载
Posted
技术标签:
【中文标题】列表视图在 jQuery mobile/phonegap 中初始时未加载【英文标题】:list view is not loading at initial in jQuery mobile/phonegap 【发布时间】:2016-10-04 16:55:08 【问题描述】:我正在尝试列出清单。当我打开这个页面时它没有出现。刷新打开的页面后出现列表 脚本:
$(document).ready(function()
var url="/appSample/getgroups.php";
$.getJSON(url,function(result)
console.log(result);
$.each(result, function(i, field)
var groupId=field.groupId;
var groupName=field.groupName;
var createdON=field.createdON;
$("#listview").append("<a class='item' href='triplist.html'><h3>"+ groupName + " </h3><p>"+ createdON +"</p></a>");
);
$('#listview').listview('refresh');
);
);
HTML:
<ul class="list" id="listview"></ul>
【问题讨论】:
你需要使用deviceready
***.com/questions/12576062/…
我试过@chiliNUT,但它不起作用
【参考方案1】:
你尝试过使用
$(window).bind("load", function()
代替:
$(document).ready(function() ?
【讨论】:
你能告诉我console.log(result)的值吗? 有一堆错误说:未捕获的模块cordava-plugin-*以上是关于列表视图在 jQuery mobile/phonegap 中初始时未加载的主要内容,如果未能解决你的问题,请参考以下文章
腾讯云短信出现there are both domestic mobile phone numbers and international mobile phone numbers in the...
install ubuntu on Android mobile phone
Use BEC to do mobile phone forensics
Automatic surface defect detection for mobile phone screen glass based on machine vision-论文阅读笔记