Note that there are some explanatory texts on larger screens.

plurals
  1. POJquery Mobile issue with long select multiple option and data-native-menu="false"
    primarykey
    data
    text
    <p>I am using the jquery 1.9.1 js and jquery mobile 1.3.2 css and js.</p> <p>I have a page with a long selectbox, 20 items. When I open the selectbox, choose some items and close it again, I end up with a blank page.</p> <p>Has anyone had this problem?</p> <p>With jquery mobile 1.3.1 there was the problem that the selectbox was empty when you opened it for the second time, but this is no improvement.</p> <p>EDIT:</p> <p>This the code on my page:</p> <pre><code>&lt;div data-role="page" id="new_agent_edit" data-theme="d" qs=""&gt; &lt;div data-role="header" data-theme="b"&gt; &lt;h1&gt;New Agent Edit&lt;/h1&gt; &lt;/div&gt; &lt;div id="new_agent_editContent" data-role="content"&gt; &lt;div&gt; &lt;h2 style="display:inline"&gt;Agent #Test Agent&lt;/h2&gt;&lt;br/&gt; &lt;/div&gt; &lt;div&gt; &lt;form id="frmAgentNewEdit" name="frmAgentNewEdit"&gt; &lt;div data-role="fieldcontain"&gt; &lt;label for="new_agent_editsubscribers" class="select"&gt;Publishes To:&lt;/label&gt; &lt;select name="subscribers" id="new_agent_editsubscribers" data-native-menu="false" multiple="multiple"&gt; &lt;option data-placeholder="true"&gt;Choose Agents...&lt;/option&gt; &lt;option value="1"&gt;#1 SMS Message (inactive)&lt;/option&gt; &lt;option value="2"&gt;#2 Weather Update (inactive)&lt;/option&gt; &lt;option value="3"&gt;#3 Stock Update (active)&lt;/option&gt; &lt;option value="4"&gt;#4 Email Notification (inactive)&lt;/option&gt; &lt;option value="5"&gt;#5 Digest Email (inactive)&lt;/option&gt; &lt;option value="6"&gt;#6 Word Cloud (inactive)&lt;/option&gt; &lt;option value="7"&gt;#7 Time Series (active)&lt;/option&gt; &lt;option value="8"&gt;#8 Google News Sentiment Analysis (active)&lt;/option&gt; &lt;option value="9"&gt;#9 Google Nieuws (active)&lt;/option&gt; &lt;option value="10"&gt;#10 Twitter (active)&lt;/option&gt; &lt;option value="11"&gt;#11 Time Series (inactive)&lt;/option&gt; &lt;option value="12"&gt;#12 Time Series (inactive)&lt;/option&gt; &lt;option value="13"&gt;#13 twitterstream: Sentiment Analysis (active)&lt;/option&gt; &lt;option value="14"&gt;#14 Weather (inactive)&lt;/option&gt; &lt;option value="15"&gt;#15 Read Email (inactive)&lt;/option&gt; &lt;option value="16"&gt;#16 Stock (inactive)&lt;/option&gt; &lt;option value="17"&gt;#17 it-ebooks: Last Update eBooks (inactive)&lt;/option&gt; &lt;option value="18"&gt;#18 Dilbert (inactive)&lt;/option&gt; &lt;option value="19"&gt;#19 Marktplaats aanbiedingen (inactive)&lt;/option&gt; &lt;/select&gt; &lt;/div&gt; &lt;/form&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; </code></pre> <p>And here are 2 screenshots:</p> <p><a href="http://certeza.nl/files/selectbox-open.png" rel="nofollow">Open selectbox</a> <a href="http://certeza.nl/files/selectbox-close.png" rel="nofollow">Close selectbox</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

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