When I do this, return is a parsererror.
$.ajax({
type: "GET",
url: "servicos.php",
data: "id=1",
dataType: 'json', ==========================> Essa linha bem aqui
success: function(retorno,status){
// retorno = JSON...
I am loading a gif when the user hover over a certain <div> . I do this using jQuerry with the following code:
$('#vidthumb_' + idDoDiv).attr('src', caminhoParaOGif);
The problem is that the gif takes about 1 second to load, and...
I have this snippet of my code that does a scrool for the class "tabs"
$('html, body').animate({scrollTop: $(".abas").offset().top}, 300);
Would it be possible to call the .abas_mobile class on the desktop and mobile .abas_mobile
I'...
I'm using this mask:
mask ('#. ## 0.00', {reverse: true});
There are some inputs that get some calculations like this:
$('#vd_ga').on('blur',function(){
var vd_ga = $('#vd_ga').val().replace(',', '.');
var pvm_ga = $...
I have a page where I display some audios when the user clicks and fires the sound.
ExampleHTML<td><spanclass="audiospeak" data-lang="en" data-aid="of">of</span></td>
<td><span class="audiospeak" data-lang="en"...
I have 2 show / hide buttons of 2 groups: group1 and group2. When I click to open group1, for example, it opens a card with information from that group and when I click hide it it hides.
So far so good!
What I want is that when I click on...
I'm getting "Uncaught SyntaxError: missing" after argument list "which accuses the line of the last closed parentage, this inside the callback of a jquery post. I tried to close anyway possible, and even then I get the error. I do not understand...
I have a boring problem of finding the error, I'm already looking for hours here. I'm getting a JSON from PHP using JQuery, I can see it as you can see below the result of the answer "date":
{
"sucesso": 1,
"dados": {
"BTC_YAMR...