jQuery Mobile ScrollView“初始化”

时间:2011-11-25 14:46:59

标签: jquery mobile jquery-mobile scrollview

我正在使用jQuery Mobile的scrollview实验功能:

<div class="carousel" data-scroll="xp">
  ... my position:absolute very large div ...
</div>

如此处所述:http://jquerymobile.com/test/experiments/scrollview/

现在我需要动态更改“.carousel”内容:

我进行了ajax调用以检索我的新scrollview内容。

内容加载并正确显示在我的div中,但它不再可滚动了!

如何将我的“旋转木马”重新绑定到滚动的原始行为?

“.scrollview()”函数是否确实存在?

谢谢

1 个答案:

答案 0 :(得分:1)

你有这个插件吗? http://jquerymobile.com/test/experiments/scrollview/jquery.mobile.scrollview.js

请查看此脚本以查看如何调用它的示例 http://jquerymobile.com/test/experiments/scrollview/scrollview.js

他们在此致电.scrollview().scrolllistview()