Skip to main content

All Questions

0 votes
0 answers
102 views

Jquery Mobile Dialog - Full Width

I am developing a website using Jquery Mobile jquery.mobile- Version : 1.4.5 Jquery version : 1.9.1 I am creating a dialog page using the following code <div data-role="dialog" width="...
Vimal Sangar's user avatar
0 votes
1 answer
663 views

Jquery UI dialog not working along side JQuery Mobile

I cannot get a simple dialog box working in JQuery when I also include JQuery mobile: <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="...
Jayy's user avatar
  • 14.8k
1 vote
1 answer
5k views

Display documents using google doc viewer using iframe and jquery mobile dialog popup in Cordova 3.6

I'm trying to display text documents inside google doc viewer which is inside an iframe which is then inside an jquery mobile dialog. I'm using cordova 3.6 and trying this on iOS. Here's my code so ...
allwynmasc's user avatar
-1 votes
1 answer
403 views

jQuery-UI's .dialog with jQuery Mobile?

I'm currently working on retrofitting a large, existing webapp that makes extensive use of jQuery UI to work acceptably on mobile devices. I had been hoping to be able to use the jQuery Mobile library ...
T.J. Compton's user avatar
0 votes
1 answer
217 views

dialog box is not scrolling in case of long content

I am working on the phonegap project. I uses codova version 3.5.0 jquery mobile version 1.2.1 I have made dialog box with back and ok button using data-role = dialog. It is working fine when ...
Pulah Nandha's user avatar
1 vote
1 answer
1k views

mobiscroll's setValue doesn't work on subsequent opening of jQM dialog

A simplified version of my problem is at github. I'm using mobiscroll 2.6.2 (since that's the last free version on github. Later versions up to 2.11 exists but are on different license). Basically, ...
kane's user avatar
  • 6,037
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>...
Arun Bertil's user avatar
  • 4,648
0 votes
0 answers
589 views

jQueryMobile tabs not working in dialog

I'm using jQueryMobile 1.4. This is the version where they introduce tabs. I can get the dialogs working by itself. I can also get the tabs working by itself, but when it's paired with dialog, it ...
kane's user avatar
  • 6,037
0 votes
0 answers
568 views

How to pass data from a list view item to a dialog on taphold event?

I have a jQuery mobile listview that has a button on it, for that button I listen out for the taphold event as follows: $( "#myList" ).on( "taphold", "#myButton", self....
Donal Rafferty's user avatar
2 votes
2 answers
3k views

how to close dialog on (X) close button click event?

My mobile website has some multiselect controls. The multiselect that have a little number of items (5) appears normally, like a multiselect (in mobile style/format), but those that have more items ...
pisi's user avatar
  • 127
1 vote
1 answer
644 views

Multiselect control with large list of options opens a dialog view

My mobile website has some multiselect controls. The multiselect that have a little number of items (5) appears normally, like a multiselect (in mobile style/format), but those that have more items ...
pisi's user avatar
  • 127
-1 votes
1 answer
296 views

jQuery mobile: dialog page contains unwanted chars (?> or ?&gt;)

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'...
zoran's user avatar
  • 1,210
0 votes
2 answers
547 views

Potential conflict between a Dialog and Back button

I nailed down a weird behavior on JQM. Since the page is based on JQM Boiler plate, I do not include the full page here. I published the code on jsfiddle. Here is a summary of the behavior click ...
Alain's user avatar
  • 1,470
0 votes
1 answer
2k views

Why using select boxes with data-native-menu="false" in chained dialogs generates url hashes that leads to closing the current dialog?

I use chained dialog boxes to collect some input data. Every dialog has a select box, a next button and a popup menu that enables the user to jump back to every dialog in the chain before the current ...
headkit's user avatar
  • 3,327
1 vote
1 answer
2k views

How to prevent stacking the URL of chained dialogs in jQuery Mobile

When you chain dialog boxes in jQuery Mobile there are these "&ui-state=dialog&ui-state=dialog..." strings stacked on the URL. Is there a way to prevent this? Thnx!
headkit's user avatar
  • 3,327

15 30 50 per page