Note that there are some explanatory texts on larger screens.

plurals
  1. POjquery scrollview simple example request
    text
    copied!<p>I've been trying to get a basic scrollview working today and I must be missing something really basic. I've looked at the demo pages, and downloaded the jquery.mobile.scrollview,js/cvss and the extra scrollview.js you can see the other versions of scripts i'm running as well. If i could have a really basic example as a self contained zip that i could look at, that would be awesome.</p> <p>or maybe there is a little but of JS that i'm missing to init the scroller?</p> <pre><code>&lt;link href="jquery/jquery.mobile-1.0a3.min.css" rel="stylesheet" type="text/css"/&gt; &lt;link href="jquery/jquery.mobile.scrollview.css" rel="stylesheet" type="text/css"/&gt; &lt;script src="jquery/jquery-1.5.min.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="jquery/jquery.mobile-1.0a3.min.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="jquery/jquery.tmpl.min.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="jquery/jquery.mobile.scrollview.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="jquery/scrollview.js"&gt;&lt;/script&gt; ... &lt;div id="vechileSearchResultsScroller" data-scroll="y"&gt; &lt;ul id="vehicleSearchResults" data-role="listview" &gt; &lt;li&gt;one&lt;/li&gt; &lt;li&gt;two&lt;/li&gt; &lt;li&gt;three&lt;/li&gt; &lt;li&gt;four&lt;/li&gt; &lt;li&gt;five&lt;/li&gt; &lt;li&gt;six&lt;/li&gt; &lt;li&gt;seven&lt;/li&gt; &lt;li&gt;eight&lt;/li&gt; &lt;li&gt;nine&lt;/li&gt; &lt;li&gt;ten&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload