Skip to main content

All Questions

Tagged with
0 votes
1 answer
258 views

Jquery load popup from external file

I need to upload different text files each containing some popups. I am using JQM 1.4.5 and I'm pretty sure I don't make any syntax errors. My main program has a menu and the user can choose the text. ...
H.Ref's user avatar
  • 23
1 vote
1 answer
409 views

Why popup scrolling on jQuery mobile not working?

I'm using jquery.mobile-1.4.5. My case is the scrolling is not working on my apps. This code is my index.html for the data in my get it from the JSON on my web service. <div role="main" ...
Riken's user avatar
  • 47
0 votes
0 answers
43 views

How to get popup on another popup in Jquery Mobile?

I tried to get a popup in a popup, but it failed to work. I have one page where if you click on the img's you get a popup. But when your in the popup, another popup I wanna have opened with the link ...
Killschool's user avatar
0 votes
1 answer
50 views

JQuery mobile popup does not always come up once pressing related buttons

In my mobile app I have two buttons next to each other which relate to the same popup. After clicking on the first button, the popup opens with a message (data-code attribute). Then, after clicking ...
Klyner's user avatar
  • 4,103
0 votes
2 answers
497 views

what will be the jQuery where i can display the text value of selected checkbox , dropdown list and flipswitch in the popup

This is the html for the form to take input and on clicking submit all the input will be displays in the popup window. Currently i am able to only display text in the popup. Not able to show text of ...
Nitin's user avatar
  • 31
0 votes
0 answers
381 views

Position jQuery Mobile popup allways 20 pixels below top position of visible area

I´m working on a tool only for tablets (Android, iPad) based on Cordova and jQuery Mobile (1.4.5). In the first phase of this tool, many of the users who have to work with it were asking for some more ...
Ingmar Erdös's user avatar
0 votes
1 answer
380 views

jQuery Mobile popup open/close is not firing until end of function

I have a jQuery Mobile (jQM) Single Page Application (SPA). I am trying to display a popup during what may be a long-running process. The popup open/close doesn't work until the cleanUp function ...
Richard_G's user avatar
  • 4,800
0 votes
1 answer
158 views

jQm popup won't close if button call a function

single tap produce popup appearing and beside "cancel" button I put also button for function call. I thought that's enough to put just one "close" to close popup but I needed twice in order to close ...
Ludus H's user avatar
  • 239
13 votes
1 answer
364 views

Prevent jquery-mobile popup repositions for Huawei phones after text is entered to an input element

in our project we are utilizing the jquery-mobile popup dialog Once the dialog is shown, the first time I attempt to fill in the text on my phone (Huawei P9 lite, Android 6.0.0, Chrome 55.0.2883.91), ...
Igor L.'s user avatar
  • 3,403
0 votes
0 answers
77 views

jQuery mobile popups closing unexpectedly?

I'm building a site based on jQuery mobile, with the following script versions. <script src="http://code.jquery.com/jquery-1.11.1.min.js"></script> <script src="http://code.jquery.com/...
roperpg's user avatar
  • 23
1 vote
1 answer
426 views

Show popup only when a certain button is clicked

Snippet: https://jsfiddle.net/boneill1292/uLjmy72h/8/ I have a snippet of code that is almost working correctly. I am trying to show the popup only when a button is clicked, and never anytime else. ...
Ben O'Neill's user avatar
0 votes
0 answers
190 views

Opaque overlay on a long jQuery select menu popup?

I have a long list with a jQuery Mobile select menu widget which opens as a popup. The popup opens with a solid white background by default (and also if I explicitly set data-overlay-theme=a in the &...
Brad's user avatar
  • 1,039
0 votes
1 answer
911 views

jQuery popup content is showing on the page and popup isn't showing up

I've tried the official jQuery Mobile popup and now also tried Magnific Popup plugin and the're all showing the content of the popup on my page instead of hiding it and showing it later in the modal. ...
Ricardo's user avatar
  • 1,672
0 votes
1 answer
32 views

Resetting a DropDownList to its initial option after pop-up closes JQM

I'm having a DDL inside a popup but whenever I close the popup and reopen it, it keeps its last selected option. What I'm trying to do is to call the popupafterclose event and set the DDL to its ...
Jadenkun's user avatar
  • 327
0 votes
1 answer
87 views

Check if a Popup is being closed Jquery Mobile

so i have a little problem i have code like that trying to create a mobile website with jquerymobile... HTML: <div> <input type="text" id="first"> </div> <div> <input ...
TheWandererr's user avatar

15 30 50 per page
1
2 3 4 5
13