Questions tagged as 'jquery-mobile'

2
answers

Populating city and state selects with AJAX (PHP and jQuery Mobile) [duplicate]

I'm building a webapp with the framework JQuery Mobile, PHP and AJAX. In this app I have a form with selects of ESTADO and CIDADE , an AJAX has been done that when it chooses ESTADO , it loads CIDADES according...
asked by 19.06.2015 / 22:24
2
answers

Update from change in select

I have a list with multiple selects and I need to change the select option to be updated in the database. I can do this through ajax + php. My question actually is how to trigger the event from the option change. Could someone give me a light? T...
asked by 27.08.2015 / 17:19
1
answer

I can not insert data into sqlite using javascript

I'm creating a smartphone app using Cordova for a college project. the App consists of a simple register of patients. I'm having trouble writing data to the bank. Initially the recording was working, but I forgot to include an id field with a...
asked by 23.04.2014 / 17:53
1
answer

MoneyMask does not work on Device

The Jquery plugin does not work on device , would anyone know how to solve this? The question is this, I looked into why the MoneyMask plugin did not work inside device and found that the plugins they use the Keydown event that...
asked by 02.02.2015 / 04:00
2
answers

Problems removing parent () items with jquery

Good morning, gentlemen, I'm having a problem just removing one of the elements. I have a textarea that adds paragraphs, the problem is being at the time of deleting, I want btn to delete only the parent div from it and not from the others, a...
asked by 28.07.2015 / 15:02
1
answer

Makers google maps javascript. What's wrong?

I'm creating a script to add the values of a vector on a map (positions 0 and 1 only), but nothing happens. in the console there are no errors. Script: function marcar(){ var marcacao = function(position){ // Gravar dados da...
asked by 30.11.2015 / 20:02
1
answer

How to work with Ajax with JQuery?

I have the following function: function getJson() { $.ajaxSetup({ async : false }); $.getJSON(baseURL + "/ObterCursos", function(data) { $.each(data, function(key, v...
asked by 09.06.2015 / 04:43
1
answer

Events of touch swipe, swipeRight and Left do not work on android 4.4.2

Touch events do not work on Android 4.4.2 Would anyone know how to fix this?     
asked by 16.01.2015 / 04:18
1
answer

Jquery Mobile: Change page background color

How can I override the stylization of this css file to change the background color of the page? I have already tried to use !important in the background of the body and even then it does not work. I know that this file is doing t...
asked by 07.11.2017 / 21:27
2
answers

After ajax action, data is not saved in the mysql database

I am capturing latitude and longitude through the Cordova plugin, and after that I store it in two variables and then, through an ajax request, I transfer these values to a PHP script where I am saving the data to a table called a map. The probl...
asked by 04.11.2015 / 23:52