Questions tagged as 'jquery-mobile'

1
answer

God Class x jQuery Mobile

I've always been interested in studying programming methodologies, and I've heard lots of teachers mostly at universities speaking ill of the famous Gods classes that do everything in it. And now I have a question that I find interesting. Readin...
asked by 13.10.2014 / 16:27
3
answers

Turning audio and video into Base64

I would like to know if it would be possible to transform videos and audios in Base64, I already asked a question related to transform image in Base64 and you helped me, but now I need to do the same for audio and video, I had thought it would b...
asked by 24.08.2015 / 15:19
2
answers

Variable value undefined js

I'm developing a mobile application with the cord, in the mobile version there is a BD that is checking if there is any change in the BD online, if there is an update on the mobile phone, follow my code below: var serviceURL = "http://projeto....
asked by 07.07.2015 / 15:08
1
answer

Mobile application with error

I'm developing an application using Apache Cordova + JQuery mobile. At some point I'm doing the following: var nome = $("#txtNome").val(); var sobrenome = $("#txtSobrenome").val(); var sexo = $("#selectSexo").val(); var email = $("#txtEmail")....
asked by 26.04.2015 / 22:54
2
answers

jQuery Mobile, what are your closest competitors?

I'm using jQuery Mobile to build a simple interaction with a local system. Despite what good recommendations I am going through problems and there are some moments that the application of nothing hangs, does not work and causes inconvenience....
asked by 02.08.2014 / 23:38
1
answer

Count previous items

Good morning, gentlemen, I need to count elements of a li and add those values dynamically by counting the previous li elements: <div class="conteudo"> <ul> <li><i class="indice">...
asked by 27.07.2015 / 16:43
1
answer

Pass PHP parameters to JQuery Mobile Panel

Good morning everyone, I'm trying to do a function where a JQM Panel dynamically receives a page in PHP with some parameters. But it does not work, the panel opens in white. Here is the code I'm using: $(".botao").on("mouseup", functio...
asked by 31.12.2015 / 12:52
1
answer

Validate several Emails inside input to enter from the enter key with jquery

I want to use a input to store multiple emails but I'm having trouble deploying this in practice. When placing an email in input the user press enter, to validate the email, if valid add the character ; How to do this...
asked by 01.10.2015 / 22:37
1
answer

Get the value of a li and create an input hidden with the value when the li is clicked

Good morning, gentlemen, I'm having a hard time taking action. I want it when clicked on the li, it adds in the div #form an input type hidden with the value of li. and that this happens only when you click once. <div id="selecao">...
asked by 04.08.2015 / 16:22
3
answers

Get connection to HTML and JS database [closed]

How to get the connection to the database via SOAP using HTML and JavaScript? I use Jquery Mobile. I'm doing a login system, and I need to transport input information to the Worklight adapter in order to connect to the database and return the su...
asked by 19.08.2014 / 20:17