我正在动态填充列表所在位置的<ul data-role="listview">
then 调用,最后是.location.href="#Results"
listview('refresh')
所有这些都是在来自同一页面的 Ajax 请求的成功回调中完成的。它或多或少地工作,但我收到以下错误:
Uncaught cannot call methods on listview prior to initialization; attempted to call method 'refresh'
我猜 jQuery mobile 还没有构建列表视图。我能做什么?