jQuery Mobile ScrollView "initialization"

Posted by Fabio B. on Stack Overflow See other posts from Stack Overflow or by Fabio B.
Published on 2011-11-25T14:46:59Z Indexed on 2011/11/26 1:50 UTC
Read the original article Hit count: 270

I'm using the scrollview experimental feature of jQuery Mobile:

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

as described here: http://jquerymobile.com/test/experiments/scrollview/

Now I need to change the ".carousel" content dynamically:

I make an ajax call in order to retrieve my new scrollview content.

The content loads and shows in my div correctly, but it's not scrollable anymore!

How can I rebind my "carousel" to its scrolling original behavior?

Does a ".scrollview()" function actually exist?

Thank you

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about mobile