Questions tagged as 'jquery-mobile'

0
answers

Jquery mobile filterable select ignore accent

Good, I'm trying out a select box taken from this example link works perfectly but when trying to filter the results typing for example Águeda the result is null just accepting Agueda, can anyone help me to convert the search so as to ignor...
asked by 05.02.2016 / 08:02
0
answers

Custom jquery mobile intel xdk icon

I can not put 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: url("icons/IconMenuPrincipal.png"); }     
asked by 20.08.2015 / 05:03
0
answers

Change image name, upload file jquery

Good morning Sirs, Someone who has already worked, or who understands the plugin code file upload jquery ESSE Could you tell me How do I change the name of the image before uploading? Example: The image is named image.jpg and I would lik...
asked by 12.08.2015 / 14:08
2
answers

Media Queries for Java Script - What is the error in this syntax?

This is the first time I try to apply a media queries rule in java script, and since I am a beginner, I believe something in this syntax is wrong, since the only function that is working is the second one (visible: 3) and in all viewports....
asked by 19.04.2016 / 16:39
1
answer

Condition to call masquerade!

How can I do to read the first character entered in the input and the part of the condition to be called a specific mask. if(Se o primeiro caractere no input for letra){ }else{ $('#login_username').mask('(99) 9999-9999?9').focuso...
asked by 03.02.2017 / 17:10
2
answers

Delete 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() { $(this).parent().remove();...
asked by 20.08.2015 / 15:03
1
answer

Jquery Mobile Error Can not read property 'concat' of undefined

When I try to call the Jquery Mobile library (Using CDN or the code itself downloaded from Jquery Mobile . I get the following error in the browser console (Chrome and Firefox):    Uncaught TypeError: Can not read property 'concat' of u...
asked by 28.06.2017 / 15:25
2
answers

How to create a mobile menu button with this effect? (preferably without js)

I was trying to set up a mobile site with a menu almost identical to this link just by changing the colors. until I had abandoned the project, I do not have it now, so I'll post it later in the jsfiddle. From what I've seen his js code is:...
asked by 31.07.2016 / 03:04
1
answer

Jquery Mobile - Resources

Hello, is it possible to use just a few features of jQuery Mobile? I would like, for example, to use his "transitions" only. It's possible? If so how? Thank you!     
asked by 11.07.2016 / 16:28
2
answers

Mask field Percentage and money using only number?

I have a html page made for mobile, I would like to put 2 types of masks being% Percentage and R $ Money but I need this field to be type="number" to show the numeric keypad of the cell phone . I already downloaded several masks and none could...
asked by 28.03.2016 / 23:19