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...
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");
}
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...
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....
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...
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();...
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...
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:...
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!
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...