All Questions
2 questions
1
vote
1
answer
377
views
JQuery Mobile Collapsible Set with header with subheaders open only one at a time
Following is the Js fiddle which I tried :
My JSFiddle
Below is my HTML :
<div data-role="collapsible" data-theme="b" data-collapsed="false">
<h3>...
-1
votes
1
answer
296
views
jQuery mobile: dialog page contains unwanted chars (?> or ?>)
First of all, let me show you a bit of code:
index.php
<a href="new-directory-dialog.php" data-role="button" data-rel="dialog" data-transition="slidedown"><?php echo localize('New directory'...