Tagged Questions
0
votes
1answer
41 views
jqueryMobile Dialog opens every time on pageshow even with cookie set
My jQuery mobile dialog opens every time the page is loaded. Even with a cookie set to only have it open once and never again it continues to open on every refresh. I have no idea why it loads without ...
0
votes
2answers
49 views
jQuery mobile dialog not working with new page
I have a site built on jQuery Mobile and am trying to get our Terms of Service to open in a dialog.
TOS page is a full page itself (separate URL) and when I link with the dialog reference it simply ...
0
votes
0answers
57 views
Android 4.1 browser does not correctly close the dialog page (jquerymobile.com), compared to Android 2.3
Click "Open dialog" and close the dialog.
http://jquerymobile.com/demos/1.2.1/docs/pages/dialog/index.html
Android 2.3 browser will close immediately, without delay.
Android 4.1 browser will close ...
1
vote
0answers
46 views
Why Does Opening A Dialog Too Early Fail w/ jQuery Mobile changePage
I am trying to open a dialog with JQM as soon as the page is loaded. However calling changePage with data-role='dialog' too soon results in the dialog being shown and immediately closed. When ...
0
votes
0answers
41 views
Jquery Mobile working with nested dialogs
I have nested dialogs: dialog1 shows details in edit mode, dialog2 shows customized list of selectable items. I open the dialogs:
$.mobile.changePage("dialog1.html", { transition: "slideup" });
...
2
votes
1answer
99 views
jQuery Mobile Dialog button takes all the space
I've set a dialog with a form in jQuery Mobile 1.3.1, and the button to submit the form is taking all the available space.
With button at the end:
As you can see, it's covering everything.
Without ...
3
votes
2answers
123 views
Can't Get Dialog to show programmatically in JQuery Mobile
I'm trying to get a div with data-type 'dialog' to display in JQuery Mobile, fired by a Javascript event. The button click in the example below is purely to fire the event.
<head>
<link ...
1
vote
2answers
293 views
jQuery Mobile Dialog on page load
Working on my first jQuery Mobile app. There is a localStorage value that must have a value throughout the application, so I tapped into the pageshow event to check this value:
$(function () {
...
0
votes
1answer
66 views
Opening jQueryMobile's dialog with a link to specified jQueryMobile page in different file
I have two files - index.html and c.html.
When I type
<a data-rel="dialog" data-transition="flip" href="c.html">button</a>
in index.html, it works as it should displaying c.html as a ...
0
votes
2answers
295 views
jquerymobile background popup disable touch
sorry if my english bad
when I create a dialog popup with jquerymobile, I get a transparent background, but when I touched it, causing the closure of the dialogue, how do I make the dialog will not ...
0
votes
1answer
677 views
Dialog close event in jquery mobile
I am using jquery mobile and a dialog to display some multiple select boxes. Some of the content is dynamically created with Ajax based on the selections. I would like to make the Ajax call when the ...
1
vote
1answer
190 views
iPhone Javascript Confirm Dialog Bug
I have a javascript confirm dialog popping up, but when I tap 'Cancel', then after the dialog closes, tap anywhere on the screen, the dialog pops up again. It only happens the one extra time, then you ...
1
vote
1answer
250 views
Using Jquery Mobile dynamically generated dialog box opens multiple times
In a multi page template,I have three category pages (comedy, action, drama) that you can swipe between each containing rows of images (Seinfeld, Modern Family, Family Guy, Big Bang). Clicking on an ...
1
vote
1answer
227 views
jQuery Mobile changePage failed
I'm having issues making the simple script below to work but it's not:
<div data-role="page" id="targetPage">
<div data-role="content">
<form action="" method="" ...
0
votes
1answer
24 views
Is it possible to add a form to jquerymobile dialogs?
I have a form in my app where users can edit their settings. For some of the preferences, I would like to open a dialog containing a drop down menu allowing user to pick an option and have it saved ...
3
votes
1answer
134 views
$.mobile.changePage() changes page with No data(white screen)?
i have many links in my page each with two attributes that are format & src.
<a class="play" src="'.$p['video_path'].'" format="'.$p['video_type'].'"></a>
what its clicked i get ...
1
vote
0answers
98 views
jQuery mobile Google map misshaped after the modal dialog closed
i have a problem with jqm and google map.
i want to use a dialog to get the user's address input and translate the address to lat and lng and set the map's center to the location.
i use google ...
1
vote
0answers
89 views
back button in side a dialog box in jquery mobile
I have an android application in which i have a jquery dailog box and it shows some list of folders and when onclick of folder i will get list of files inside the folder.
The problem is here i ...
1
vote
2answers
203 views
Close button on dialog returns to the wrong page
Here's a very simple fiddle:
http://jsfiddle.net/mmSKj/
If you click the "presets" button in the header bar, it opens a dialog. If you click the "close" button on the dialog, instead of going back ...
1
vote
2answers
1k views
Checking & Unchecking Checkboxes inside a JQuery Mobile Dialog
I tried this code to achieve what I want to do. It worked when I tried it in my ordinary HTML file, but when I tried it in my JQuery Mobile page, the code did not work well for me. Are there different ...
0
votes
1answer
146 views
Crazy dialog pop in jQuey Mobile
I need some help with a problem that driving me crazy ...
I'm trying to use a dialog pop, all my pages are inside a single html file. If I use the following code to call the pop dialog:
<a href = ...
0
votes
1answer
53 views
JQM: Select in a dialog not behaving like it should?
I have this problem with a select in my dialog. The dialog works as intended but when it comes to the select it goes tits up.
The options from my select stay visible at all times. Either above the ...
1
vote
1answer
293 views
JQueryMobile dialog shows twice because of a postback
I have an asp.net page with a timer embedded in an UpdatePanel (UpdateMode="Conditional", ChildrenAsTriggers="false"). The timer is responsible for updating some components of that page every few ...
0
votes
0answers
73 views
Best practice to get notified (callback) on close button click in a jquery mobile dialog
I just want to override a SINGLE close function of a jquery mobile dialog.
Overwriting
$.mobile.dialog.prototype.close
does not seem to be an option because it overrides ALL dialog close ...
0
votes
3answers
443 views
jquery mobile dialog call to diallog though a link not working
I have this document with two simple pages defined:
//page1
...
<a href="#dialog" id="link_open_dialog" data-rel="dialog">Click me</a>
...
//page2
...
1
vote
1answer
199 views
show dialog in MVC3 with jquerymobile
How can I show a dialog in a MVC3 form with jquerymobile?
Thanks!
I tried this code:
@Html.ActionLink("Info", "Info", "ViewWork", new { @data_rel = "dialog", @data_role = "button", @data_transition ...
0
votes
1answer
138 views
jquery mobile dialog in SSL
Since moving my JQM site to my live server I'm getting a few problems!
I have a dialog that appears using the slidedown transition on my test site.
When I move to my live site, it is loaded like an ...
0
votes
0answers
255 views
Not able to open jquery mobile dialog after form POST
I have a jquery mobile page with a form on it with a button:
<input type="button" data-theme="a" value="Submit" id='submit-form' onclick="confirm()" />
confirm is a js function in the page:
...
0
votes
1answer
302 views
Ajax requests in jquery mobile dialog
I have a problem...
I'm working on a dialog in which there're two buttons that are linked with two different actions.
I'd like to have two Ajax requests when the buttons are clicked.
I tried every ...
3
votes
1answer
670 views
prevent dialog view for jquerymobile multi select control with large list of options
So I like the custom multi select control that jquery-mobile has and want to use it. So please don't suggest put data-role="none". But I just don't want the default behavior of the select list to open ...
0
votes
1answer
1k views
jQuery Mobile How to simulate data-rel=“dialog”
Is there a way to simulate the data-rel="dialog" attribute to show a page as a dialog page?
I can't use this one because I use the button for the LogIn/LogOut model, and this one doesn't work if I ...
0
votes
1answer
806 views
Show Dialog with jQuery Mobile and ASP.NET MVC4
I have a searchform in my ASP.NET MVC4 project.
When someone hasn't fill in one textbox, there is a message shown on the top of the page.
What I want is a dialog that appears on that moment instead ...
0
votes
1answer
184 views
jquery mobile and dialog with splitview script installed
goodmorning,
i found this script on the net... and i wanted to add a simple dialog on the star on the top-right corner but i can't make it works.
already tried with the code below(line 118 ...
2
votes
0answers
273 views
JQuery Mobile Form Submission From and To Dialog
I am planning on using a dialog to let a user log into my jquery mobile application.
Basic functionality is that user will enter username and password.
If incorrect the dialog will remain open.
...
0
votes
1answer
331 views
Dialog for security questions on login with jQuery Mobile App
I'm currently looking for a better way to do this. I have to create a series of dialog popups for risk based security on this application I am working with. I have the dialogs set up with ...
1
vote
0answers
236 views
jQuery Mobile - Dialog not applying jQuery styling second time around?
I have a jQuery mobile dialog which works perfectly the first time it's loaded, but once the dialog.close(); button or back button in the browser is clicked and the dialog is initiated again, the ...
1
vote
1answer
306 views
jQuery Mobile: page transitions cannot be set to none on Android
Well, not in my case anyway.
Since page transitions as developed by jQueryMobile are very shaky when used on specific Android devices, I wanted to turn them off.
So I have set the data-transition ...
0
votes
1answer
1k views
Default dialog transition 'none' is still giving me 'pop' transition
Is it a bug report or a StackOverflow question... I don't know. I'm working with jQueryMobile on a mobile app and it's doing fine except for the transitions between pages (and dialogs, and between ...
4
votes
1answer
7k views
Programmatically Open a Dialog in JQuery Mobile
I have a single .html file that looks similar to the following:
<div id="myPage" data-role="page">
<div data-role="header">
<a href="#" data-icon="arrow-l" data-iconpos="notext" ...
2
votes
4answers
3k views
How can I launch an external website in JQuery Mobile without leaving the app?
I'm working on a PhoneGap+JQM app that allows the operator to view our website. If we do a normal target="_blank", it launches Safari but doesn't provide an easy way to return to the app.
Has ...
1
vote
1answer
3k views
How can I catch onload event when using jquery mobile dialog?
When it's a normal jquery mobile page, I can use the following code as onload function:
$(document).delegate("#page", "pageinit", function(){});
However, it's not working when a page is opened as ...
0
votes
1answer
475 views
JQueryMobile: Dialog styled as page when opened from LI in menu
I am trying to open a dialog box (data-rel="dialog") form a link in a Dropdown menu I have made. However; JQM keeps opening it in a full page view (data-role="page").
What is weirder is that the ...
4
votes
3answers
4k views
How can I make a jQuery Mobile dialog that is not full screen?
I'd like to pop up a dialog that is not full screen, i.e., it "floats" above the page which opened it. Here is what I am trying:
<div data-role="page" id='Page1'>
<div data-role='button' ...
1
vote
3answers
948 views
JQueryMobile not styling a Checkbox in Dialog
I am opening a page as a dialog. This dialog does not style the checkbox correctly.
Tried using checkboxradio("create"); but no joy.
How do I get the checkbox to style correctly in the Dialog ...
0
votes
1answer
1k views
jQuery Mobile - multiple select - force option listview in dialog
is there a way to force a <select multiple> to open always in a dialog like it is a large list?
Examples at the bottom: jQuery Mobile Select
Thanks for any help.
Regards,
Aley
0
votes
1answer
617 views
fix url using jquery mobile
I'm using jquery mobile to building a site but when I click on a button and this button points to a dialog page, in the URL appears #&ui-state=dialog. If I put in the <a ...
1
vote
1answer
387 views
Why would simpledialog dialog not pop up?
I am I am using the simpledialog library (http://dev.jtsage.com/jQM-SimpleDialog/) and have included all the necessary JS and CSS files however I am unable to show the popup. What am I doing wrong? I ...
0
votes
1answer
488 views
JQuery mobile position of the $.mobile.showPageLoadingMsg
I've scoured them web but can't find anything on this.
I'm using the JQuery Mobile $.mobile.showPageLoadingMsg effectively.
However a few pages on my web app are loaded via AJAX with dynamic content
...
0
votes
2answers
700 views
How to display a dialog box for mobile users only on a non-mobile site
I'm aware of the various ways to detect a mobile browser, but I'm having trouble finding a way to pop up a dialog for mobile users allowing them to confirm they want to view the regular page (and not ...
3
votes
1answer
2k views
jquery mobile dialog doesn't open on first page load
I've got a problem with using the multi-page dialog as per the documention. I get a problem when, upon the initial visit to a page which has a dialog (multi-page), clicking the button which opens the ...