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
-
0
votes1
answer592
viewsClick on a Google Map API marker and open a page
I’m making a website that will contain multiple bookmarks, but how to do so when clicking on the bookmark, rather than opening the default window with bookmark information, it directs to another…
-
0
votes1
answer124
viewsHow to rename photo using media capture Cordova plugin
I am developing an application and this application gets some media files(videos, photos and audios) for this I am using the plugin media capture, however when the user takes a photo for example it…
-
0
votes2
answers8227
viewsMask Percentage and Money field using only number?
I have an html page made for mobile, I would like to put 2 types of mask being % Percentage and R$ Money but I need this field to be type="number" to show the cellular numeric keyboard. I’ve…
-
0
votes1
answer37
viewsJquery Mobile - Resources
Hello, is it possible to use just a few jQuery Mobile features? I would like, for example, to use his "Transitions" only. Is it possible? If that’s how? Thank you!
-
0
votes1
answer622
viewsJquery Mobile Error Cannot read Property 'Concat' of Undefined
When I try to call the Jquery Mobile library (Using CDN or the code itself downloaded from the website Jquery Mobile. I get the following error in the Browser console (Chrome and Firefox): Uncaught…
-
0
votes0
answers108
viewsProblems with Js in Wordpress, preventing functioning of some plugins
I am starting a few jobs with Wordpress and am extremely novice in the area. I’m using a plugin for the menu Max Mega Menu only it is not working on mobile (the menu appears but when pressed to open…
-
0
votes2
answers162
viewsDelete selected input from an array with jquery condition
I’m having trouble removing selected inputs from various inputs. I have the following code: $(document).ready(function() { var btnremoveimg = $('.remover-img'); btnremoveimg.click(function() {…
-
0
votes1
answer98
viewsCSS margins using jquery-mobile
I’m not able to create margins using css on an html page using jquery-mobile when the header and footer is data-position="fixed". My example: http://jsfiddle.net/z2z7zjvL/ .ui-header, .ui-footer,…
-
0
votes1
answer160
viewsEvent from the choice of jquery radio option
I’m having trouble deploying the following function and would like your help; I have a input with two options of radio. if the user selects the value, the jQuery removes the class hidden of a div…
-
0
votes1
answer1026
viewswrite files to the database with ajax + jquery
I’m not being able to save data in mysql database with ajax, can anyone help? Not error or anything, just not saved. PHP: $serve = mysql_connect('localhost', 'root', ''); if(!$serve){ echo 'erro';}…
-
0
votes1
answer97
viewsSeparate Jquerys and Css
I own a index.php which uses the following JQuery and CSS: <script src="http://code.jquery.com/jquery-1.12.1.min.js"></script> <script…
-
0
votes2
answers205
viewsMedia Queries for Java Script - What is the error in this syntax?
This is the first time I try to apply a rule of media queries in java script and, as a beginner, I believe something in this syntax is wrong, since the only function that is working is the second…
-
0
votes0
answers55
viewsProblems with calendar on Smartphone
I’m having trouble viewing the calendar when I’m running my application by IntelXDK the calendar view is made this way. Already when I installed the application in the cell, had the following…
-
0
votes2
answers471
viewsHow to create a mobile menu button with this effect? (preferably without js)
I was trying to set up a mobile site with a menu just like this http://deliveryextra-dev.viewit.com.br/ just changing the colors. until I had abandoned the project, I don’t have it now, so I will…
-
0
votes1
answer34
viewsAccess photo gallery to upload photos by inappbrowser
Guys I have a news app, I partnered with a classified site and I put a button in the app that directs pro classifieds using inappbrowser, however when the app user is inside the site more precisely…
jquery-mobileasked 8 years, 3 months ago Valmir Sartori 21 -
0
votes1
answer526
viewsHow to create a Video Game style scroll horizontal menu?
I’m trying to create a menu with the following features: Horizontal with scroll Running via mobile touch/scroll. Leave the mid div option selected, with a Javascript/Jquery event (or a div inside a…
-
0
votes1
answer133
viewsCondition to call mask!
How can I read the first character typed in the input and the part of the condition be called a specific mask. if(Se o primeiro caractere no input for letra){ }else{ $('#login_username').mask('(99)…
-
0
votes1
answer302
viewsParallax.js does not work in Chrome for Mobile
The effect Parallax.js (http://pixelcog.github.io/parallax.js/) works only for desktop browsers. Something can be done to make the effect visible on mobile devices? I’m using the default classes and…
-
0
votes0
answers105
viewsJquery Mobile does not work in a secure environment (https)
I have a website from which an area of it is using the digital certificate (https), but jquery mobile does not work. How would I solve this? Go down as I’m calling: <html> <head>…
jquery-mobileasked 7 years, 3 months ago user24136 -
0
votes0
answers187
viewsProblem with mobile-only Ajax request
I have a code Ajax that takes the data from a simple message field and sends it to my database without the page being updated, only the problem is that everything works perfectly only by computer,…
-
0
votes1
answer132
viewsCarousel does not load the second image on the mobile in portrait position
Hello, I have a Carousel on my site that is the basis to show my products, it works well on pc (shows 4 images in sequence) and tablet (shows 2 images in sequence) but on mobile we have a problem,…
-
0
votes1
answer47
viewsBuild Web-based Mobile Application
Good evening guys, I am participating in a project volunteer to a group and we have a web application ready, developed in PHP with the Laravel framework. We need a data inclusion form for this…
-
-1
votes1
answer121
viewsJquery mobile duplicating elements
<!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…
-
-1
votes1
answer56
viewsjquerymobile 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">…
jquery-mobileasked 7 years, 10 months ago alexboliveira 1 -
-2
votes1
answer140
viewsJquery does not load effect obtained through a service
I will try to present my problem as best I can. I have a page made in HTML and I have a service made in Java that returns me an html. In this my html page I use an ajax function to load the data of…