0
我使用jQuery移動的滾動型實驗功能:jQuery Mobile的滾動型 「初始化」
<div class="carousel" data-scroll="xp">
... my position:absolute very large div ...
</div>
如下所述:http://jquerymobile.com/test/experiments/scrollview/
現在我需要動態改變 「.carousel」 內容:
我做了一個ajax調用以檢索我的新的scrollview內容。
內容加載並正確顯示在我的div中,但它不再滾動!
我該如何重新將我的「旋轉木馬」重新綁定到它的滾動原始行爲?
確實存在「.scrollview()」函數嗎?
謝謝