Questions tagged as 'jquery-mobile'

0
answers

CSS margins using jquery-mobile

I'm not able to create margins using css on a html page using jquery-mobile when the header and footer is data-position="fixed" . My example: link How do I resolve this when I need the header and footer to be fixed?     
asked by 28.08.2015 / 01:03
1
answer

How to rename a photo using the media plugin Cordova

I'm developing an application and this application receives some media files (videos, photos and audios) so I'm using the media capture , but when the user takes a photo for example it generates a random name, something like this 14593817201...
asked by 09.07.2015 / 16:39
1
answer

Floating screen Cordova

I'm developing an application with Cordova, and I need to display some information brought from the DB when the user clicks a button, but I can not send it to another screen, I would like to display a kind of popup, is there any way to do this?...
asked by 16.06.2015 / 15:11
0
answers

How to work with Jquery Mobile collapsible and Ajax Synchronous?

Gentlemen, I have a collapsible that when clicked calls an Ajax synchronization and displays the results inside it . I'm having to make it when it's clicked to display that gif while not receiving the Ajax response. The problem is that since...
asked by 08.06.2015 / 04:44
0
answers

Jquery mobile - do not load my main.js after the change page

I mounted a page using jquery mobile with the function of all buttons in a main.js file Divs that when clicked I check in js and do the action ex: $( "#mais-op" ).on( "tap", function() { $.mobile.changePage( "2.html", { transition: "pop"} );...
asked by 14.01.2015 / 03:02
1
answer

Jquery mobile duplicating elements [closed]

<!DOCTYPE html> <html lang="pt-BR"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Troca Games - Games com economia</title>...
asked by 09.10.2015 / 01:01
1
answer

jquerymobile alignment error

What's wrong with my code below? Block c is not aligned with block a and b <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="htt...
asked by 17.01.2017 / 14:25
1
answer

JQuery does not carry effect obtained through a service

I'll try to expose my problem as best I can. I have a page made in HTML and I have a service done in Java that returns me an html. In my html page I use an ajax function to load data from this service until it works fine, however I have so...
asked by 31.03.2016 / 00:31