Most voted "jquery-mobile" questions
jQuery Mobile is an HTML5-based user interface system designed to make websites and applications that are accessible on all smartphone, tablet and desktop-responsive devices. If the question is not about "jQuery Mobile", do not use this tag even if you are using "jQuery Mobile" in your project.
Learn more…75 questions
Sort by count of
-
6
votes2
answers8910
viewsPopulating selects of cities and states with AJAX (PHP and jQuery Mobile)
I’m riding a webapp with the Jquery Mobile, PHP and AJAX framework. In this app I have a form with selects of ESTADO and CIDADE, was made an AJAX that when selects the ESTADO, carries the CIDADES…
-
5
votes1
answer1117
viewsI cannot enter data into the sqlite using javascript
I’m creating a smartphone app using Cordova for a college project. The App consists of a simple patient registration. I’m having trouble recording data in the database. Initially the recording was…
-
5
votes1
answer111
viewsMoneymask Does Not Work on Device
The Jquery Plugin does not work on device, someone would know how to fix it? The point is, I researched about why the plugin Moneymask not work within the device and found that the plugins mask use…
-
5
votes2
answers855
viewsUpdate from change in select
I have a list of multiple selects and I need you to update the select option in the database. I can do this through ajax + php. My doubt is actually how to trigger the event from the option change.…
-
4
votes1
answer96
viewsHow 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, val) { items.push({ "Codigo" :…
-
4
votes2
answers392
viewsVariable value Undefined js
I am developing a mobile application with Cordova, in the mobile version there is a BD that keeps checking if there is any change in online BD, if there is it updates in mobile follows below my…
-
4
votes2
answers318
viewsProblems to remove Parent() items with jquery
Good morning gentlemen, I’m having a certain problem removing just 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…
-
4
votes1
answer42
viewsGoogle javascript maps makers. What’s wrong?
I am creating a script to add the values of an array to a map (only positions 0 and 1), but nothing happens. in the console no errors. Script: function marcar(){ var marcacao = function(position){…
-
3
votes1
answer316
viewsTouch events Swipe, swipeRight and Left do not work on android 4.4.2
The touch events do not work on Android 4.4.2 someone would know how to solve this?
-
3
votes1
answer146
viewsJquery Mobile: Change page background color
How can I override the stylization of this file css to change the background color of the page? I’ve tried using the !important in the background of body and yet it’s no use. I know it is this file…
-
3
votes2
answers233
viewsAfter ajax action, data is not saved in mysql database
I am capturing latitude and longitude through the Geolocation plugin of Cordova, and after that I store it in two variables and then, through an ajax request, I transfer these values to a PHP script…
-
3
votes1
answer480
viewsRecover Mysql data and save to a vector
Rephrasing the question.. I have a Mysql database, inside it contains a table called map, inside the table map I have the fields idmapa (auto_increment), lat (which stores the latitude of a map…
-
2
votes1
answer56
viewsGod x jQuery Mobile class
I have always been interested in studying methodologies in relation to programming and I have heard many professors mainly in the universities speaking badly of the famous Gods classes, who do…
-
2
votes1
answer92
viewsMobile app with error
I am developing an application using Apache Cordova + Jquery mobile. At a certain point I am doing the following: var nome = $("#txtNome").val(); var sobrenome = $("#txtSobrenome").val(); var sexo =…
-
2
votes1
answer45
viewsSystem.Invalidoperationexception Database Opening Error?
I am using webMatrix, to develop an example in Jquerymobile, I am having the following error @{ Layout="~/shared/_Layout.cshtml"; Page.Title = "Home"; Page.Header = "Categorias"; var db =…
-
2
votes1
answer306
viewsCall function for created div only
Good afternoon gentlemen, I’m trying to apply the plugin jQuery File Upload. Really it is a simple and intuitive plugin, the problem is that I need to create, within the same page, several divs…
-
2
votes1
answer184
viewsSend li value to input type Hidden
I need to pass on the values that are in a <li> for a <input type="hidden"> , I have a list and the elements that have been selected will go to a input (each to one input). The problem…
-
2
votes1
answer53
viewsListview with hidden items in jquery mobile
Using the same concept present in http://demos.jquerymobile.com/1.2.0/docs/lists/lists-search.html I wonder if it is possible to just list the items when I search them in the searchbox. I don’t want…
-
2
votes2
answers446
viewsonClick does not work on ipad
I am developing the application in windows, but then through phonegap I will pass it to an Ios application, which uses the Iscroll plugin to scroll through my list. Problem: In each li have a div…
-
2
votes1
answer871
viewsCalling a href page by passing the input fields of the form
I have a page that has several inputs, when I click on the button I open a modal with the result and inside dese modal I have another button to be clicked but I need to take the form fields and pass…
-
2
votes2
answers564
viewsWhat are the differences between jQuery and jQuery Mobile?
I was reading today about the jQuery Mobile framework and from what I understood it would be for jQuery as Bootstrap is for CSS. I don’t know if I understand it correctly, but it’s doubtful: jQuery…
-
2
votes3
answers1384
viewsTurn Audio & Video into Base64
I wonder if it would be possible to turn videos and audios into Base64, I already posted a question related to transforming image into Base64 and you helped me, but now I need to do the same for…
-
2
votes1
answer300
viewsHow to change the display of a select options on mobile devices?
Before you start cleaning my CSS and JS files, when you open one select on my mobile device (Windows Phone with IE) it opened the options on a black screen that overlapped the page, and only…
-
2
votes1
answer44
viewsError Browsing a Json
Good afternoon, you guys, I have a question about json, i have the following json : { "jsonrpc":"2.0", "result":{ "nr":26, "lista":[ { "codigo":"2", "nome":"Pratos Quentes" }, { "codigo":"3",…
-
1
votes1
answer90
viewsjQuery Mobile: page Events
I can’t quite understand the hierarchy of page Events jQuery Mobile. How do I assemble all the content of an HTML page (and its modifications) and just present it to the user end when the page is…
-
1
votes1
answer349
viewsCustom Facebook "Like" button
Is there any way to customize or build the button "Like/Like" (to a page) of Facebook? I’d like a custom one, because the original doesn’t fit the design of mobile app that I’m developing.…
-
1
votes2
answers446
viewsjQuery Mobile, what are your closest competitors?
I’m using jQuery Mobile to build a simple interaction with a local system. Although good recommendations I am going through problems and have some moments that the application of nothing hangs, does…
-
1
votes3
answers17687
viewsGet HTML and JS database connection
How to get the connection to the database via SOAP using HTML and Javascript? I use Jquery Mobile. I am Making a login system, and I need to transport the input information to the Worklight Adapter…
-
1
votes1
answer265
viewsGet input value with jquery mobile
I’m trying to get the value of one input and a textarea with jquery mobile and add the values within a div using append() It’s just not working? someone can tell me where I’m going wrong? The input…
-
1
votes1
answer287
viewsHow to know when Collapsible expands or closes?
I have a Collapsible, and when it is expanded I want to add elements to it, and when it is collected I want to exclude the elements. At the moment I’m using it as follows: <div id="expansorTurma"…
-
1
votes0
answers214
viewsChange image name, upload file jquery
Good morning Gentlemen, Someone who has already worked, or who understands the code of the jquery file upload plugin THAT ONE Could you tell me how I change the image name before uploading? Example:…
jquery jquery-ui jquery-mobile jquery-validate jqgridasked 9 years, 3 months ago Jeferson Kaefer 435 -
1
votes0
answers128
viewsCustom jquery mobile icon intel xdk
I can’t place a custom icon in my header! Can anyone help? html: <a data-role="button" class="icon-myicon" data-icon="myicon"></a> css: .ui-icon-myicon{ background-image:…
-
1
votes1
answer316
viewsactivate mobile keyboard, just when the page is loaded
I already put the autofocus attribute in the input, then when the page loads the focu is in the input, but only that the mobile keyboard is not activating.. <input type="search" name="password"…
-
1
votes0
answers42
viewsJquery mobile filterable select ignore accent
Good, I am trying a select box taken from this example http://view.jquerymobile.com/master/demos/selectmenu-custom-filter/ works perfectly but when trying to filter the results by writing for…
-
1
votes1
answer102
viewsCount back
Good morning gentlemen, I need to count elements of a li and add these values dynamically by counting the previous li elements: <div class="conteudo"> <ul> <li><i…
-
1
votes1
answer154
viewsjQuery Mobile does not allow internal links
I am creating HTML 5 application sketch to run on device mobile. In my project, I needed to use different versions of jQuery for events to work: <script…
javascript jquery mobile front-end jquery-mobileasked 7 years, 10 months ago Paulo Sérgio Duff 1,201 -
1
votes0
answers69
viewsI am programming for PHONEGAP and JQUERY MOBILE does not work on the pages I am loading
I am programming for PHONEGAP and when I load a page per load inside my code I cannot use any type of selector or Jquery for that code. Example <script> (document).ready{function(){…
-
1
votes1
answer737
viewsHandle jQuery array objects
I have a read that receives various values, they have the same class. I need to take these values and pass to Hidden fields to send via $_POST to a PHP page. I was able to bring the data I need, but…
-
1
votes1
answer1611
viewsTake the value of a li and create an Hidden input with the value when the li is clickada
Good morning, gentlemen, I’m having a hard time making a move. I want that when clicked on li, it add in div #form an input type Hidden with the value of li. and that this happens only when clicking…
-
1
votes1
answer647
viewsValidate several Emails within input from the enter key with jquery
I want to use a input to store several emails but I’m having difficulties to implement this in practice. when placing an email on input the user type enter, to validate the email, if valid add the…
javascript jquery jquery-ui jquery-mobile jquery-validateasked 9 years, 1 month ago Jeferson Kaefer 435 -
1
votes1
answer86
viewsPass PHP parameters to Jquery Mobile Panel
Good morning to all, I’m trying to do a function where a JQM Panel dynamically receives a PHP page with some parameters. However it does not work, the panel opens blank. Below is the code I am…
-
1
votes1
answer130
viewsDisplay error in jquery mobile table
Hello, I’m trying to display some data that caught by ajax and put them in a responsive table using the Jquery Mobile framework. The problem is that, the first time I do the operation, it works…
-
1
votes1
answer639
viewsError calling function in onclick Ionic
I have a menu with several items, each item of this has a onclick EX: <ion-side-menus> <ion-side-menu-content text-align="center"> <ion-nav-bar class="bar-calm" aling-title="left">…
-
1
votes1
answer35
viewsJquery Mobile - scrolled button
I’m playing in fds and learning a little Jquery Mobile, and I went to insert some buttons in the header, but the last button always stays out of the "scrolled down" position. how to solve this?…
-
0
votes1
answer205
viewsHow to type by voice Phonegap Framework?
I’m making an application, using the phonegap framework together with jQuery Mobile. The question is: I would like to add the voice typing function, and my field input is number type, or is only…
-
0
votes0
answers241
viewsJquery mobile - does not load my main.js after the change page
I built 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 ex action: $( "#mais-op" ).on( "tap", function() {…
-
0
votes1
answer122
viewsAndroid app closes when switching from Landscape to Portrait
I created a simple android app, with Jquerymobile, no big deal, just pages and listview. If it starts in Landscape mode, it will only work like this, if the user changes the Smartphone position, the…
-
0
votes1
answer61
viewsFloating screen Cordova
I am developing an application with Cordova, and I need to display some information brought from BD when the user clicks a button, but I can not send to another screen, I would like to display a…
-
0
votes0
answers51
viewsHow to work with Jquery Mobile Collapsible and Ajax Synchronous?
Gentlemen, I have a Collapsible that when clicked calls a synchronous Ajax and displays the results within it. I’m having to make when it is clicked display that gif until you get the answer from…
-
0
votes1
answer66
viewsRemove default Jquery mobile style
When I create a list ul with the listview attribute and place a link to href, automatically the framework darkens the element from the list and puts an icon at the end. How can I remove this default…
jquery-mobileasked 9 years, 1 month ago user8465 258