The problem I have is the following. I have a code that generates multiple html results for me. But I need a detail that I could not implement. The code is as follows:
$('#avaliacoes').append('\<div class=\'estrelas\'><input type=\'ra...
I have a form with 5 selects and I'm trying to check if any of these selects are of the same value.
$('form').submit(function (event) {
var $commitment = $("[name='commitment']").val();
var $proActivity = $("[name='proActivity']...
Good night everyone.
I have an image of Brazil with its states:
HowdoI,ifIclickontheimageofthestateofSãoPaulo,fillinthisnameinatextfield.<inputtype="text" name="uf" id="uf" value="">
Thank you in advance for your help.
I have the following form:
<div class="form-group">
<label for="sms_mensagem" class="col-sm-2 control-label">Mensagem Pré Definida</label>
<div class="col-sm-10">
<select class="selectpicker" id="men_...
$(function() {
$("input[name*='pvn'").maskMoney({
thousands : '.',
decimal : ','
});
})
I do this to get the inputs with name='pvn' and apply a mask, but I would like to apply this mask to all money fields, so I...
I am trying to do the following: the user types his / her zip, and then it is populated automatically, estado (select) cidade (select), rua (input) and bairro (input), when the user types his / her zip and for example...
I have a search in an input that returns the result in ajax, type autocomplete that is working (when I type 3 first digits it shows the results), but when I put this input inside a div "clone" (jquery) it does not search and returns no results ....
On a certain page I have a button / link written "Favor"
<a href="SITE.COM/post/favoritar/ID" class="btn-favorite-normal">Favoritar</a>
Where ID is the publication id, but I already have a script in PHP that will insert and re...
I have a script where I change the src of the iframe by java script (it has to be by this methodo), but I do not know how to send data by post only by get as it is only by the data in the url someone knows how to do this
<div id="overlayedt...
I wonder if there is a function php or JS that through the visitor's IP could translate the site automatically according to the netizen's country without having to choose the language manually in a select.
Suppose my site was visited by someo...