You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: demos/faq/index.html
+7-61Lines changed: 7 additions & 61 deletions
Original file line number
Diff line number
Diff line change
@@ -23,67 +23,13 @@ <h1>jQuery Mobile</h1>
23
23
24
24
<divdata-role="content" class="jqm-content">
25
25
26
-
<h1>Questions & Answers</h1>
27
-
28
-
<pclass="jqm-intro">Things do always work like they do in the docs, so we've collected common questions and solutions to help get you up to speed and solve tricky issues when working with jQuery Mobile.</p>
<li><ahref="question-template.html">Why won't my CSS styles apply correctly to a widget?</a></li>
32
-
<li><ahref="updating-the-value-of-enhanced-form-elements-does-not-work.html">Updating the value of enhanced form elements does not work.</a></li>
33
-
<li><ahref="my-html-5-inputs-look-different-in-browsers.html">My HTML 5 inputs look different across devices and browsers.</a></li>
34
-
<li><ahref="my-range-search-input-type-is-being-changed.html">My range or search inputs are being change to number/text.</a></li>
35
-
<li><ahref="sometimes-custom-select-shows-as-dialog-popup.html">Sometimes my custom select shows as a popup other times its a dialog.</a></li>
36
-
<li><ahref="disabling-a-button-does-not-work.html">Disabling a button does not work.</a></li>
37
-
<li><ahref="controls-in-header-footer.html">Controls in my fixed header or footer are not responding or behave erratically.</a></li>
38
-
39
-
<lidata-role="list-divider">Pages</li>
40
-
<li><ahref="scripts-and-styles-not-loading.html">Why aren't my scripts and styles loading?</a></li>
41
-
<li><ahref="dom-ready-not-working.html">Why isn't DOM ready working for my scripts?</a></li>
42
-
<li><ahref="how-do-i-load-a-page.html">How do I load a page?</a></li>
43
-
<li><ahref="why-is-only-the-first-page-loaded.html">Why is only the first page of my multi page document loaded?</a></li>
44
-
<li><ahref="pass-query-params-to-page.html">I'm trying to pass query params to a page but it's not working?</a></li>
45
-
<li><ahref="pass-via-the-hash-to-page.html">I'm trying to pass information via the hash but it's not working?</a></li>
46
-
<li><ahref="the-application-cache-is-not-working.html">I'm trying to use the application cache but it's not working?</a></li>
47
-
<li><ahref="injected-content-is-not-enhanced.html">Content injected into a page is not enhanced.</a></li>
48
-
<li><ahref="triggering-create-on-injected-content-does-not-work.html">Triggering create on injected HTML does not work.</a></li>
49
-
<li><ahref="how-can-i-stop-auto-enhancement-of-elements.html">How can I stop JQM from auto-enhancing an element?</a></li>
50
-
<li><ahref="how-can-i-stop-auto-enhancement-of-a-block-of-elements.html">How can I stop JQM from enhancing a block of elements?</a></li>
51
-
<li><ahref="how-do-i-control-page-titles.html">How do I control page titles?</a></li>
52
-
<li><ahref="how-do-i-load-a-page.html">How do I load a page?</a></li>
53
-
<lidata-role="list-divider">Events</li>
54
-
<li><ahref="how-do-i-use-touch-mouse-events.html">How do I use touch and mouse events?</a></li>
55
-
<lidata-role="list-divider">Apps</li>
56
-
<li><ahref="how-configure-phonegap-cordova.html">How do I need to configure PhoneGap/Cordova?</a></li>
57
-
58
-
59
-
60
-
<!--
61
-
<li data-role="list-divider">Navigation</li>
62
-
<li><a href="nav-is-acting-erraticly.html">The nav is acting erratically!</a></li>
63
-
<li><a href="deep-links-dont-work.html">Following a deep link ( a link to scroll to and id ) does not work.</a></li>
64
-
<li><a href="scripts-css-only-works-on-first-page-or-refresh.html">My script / css only works on first page or on refresh.</a></li>
65
-
66
-
<li data-role="list-divider">Widgets</li>
67
-
<li><a href="cloned-content-double-enhanced.html">Cloning a widget or enhanced for element and enhancing causes "double" enhancement</a></li>
68
-
<li><a href="cloned-content-does-not-update.html">Cloned widget or enhanced element does not update</a></li>
69
-
<li><a href="data-enhance-false-does-not-work.html">Setting data-enhance="false" does not work.</a></li>
70
-
71
-
<li data-role="list-divider">General</li>
72
-
<li><a href="selecting-element-by-id-not-working.html">Selecting elements by id only works sometimes or on first page!</a></li>
73
-
<li><a href="global-config-settings-ignored.html">The global configuration settings i set are being ignored.</a></li>
74
-
<li><a href="custom-css-is-ignored.html">My custom css is ignored.</a></li>
75
-
<li data-role="list-divider">Events</li>
76
-
<li><a href="swipe-triggered-when-scrolling.html">Swipe triggered when scrolling.</a></li>
77
-
<li><a href="document-ready-not-working.html">Document ready ignored after first page.</a></li>
78
-
<li data-role="list-divider">Theming & custom styles</li>
79
-
<li><a href="#">How do I add custom icons?</a></li>
80
-
<li><a href="#">How do I add remove the circle behind the icons?</a></li>
81
-
-->
82
-
</ul>
83
-
84
-
85
-
86
-
26
+
<h1>Questions & Answers</h1>
27
+
28
+
<pclass="jqm-intro">Things do always work like they do in the docs, so we've collected common questions and solutions to help get you up to speed and solve tricky issues when working with jQuery Mobile.</p>
0 commit comments