Good morning!
Does anyone know how to tell me a way to find syntax errors with ease in Jquery?
I have a simple "alert" code that works one way, but not another ...
This works, but bugged:
<script>
$(window).click(function(){...
I have a question: I have query in the database made in PHP that returns numbers that are updated with every request I make when accessing the browser. When I give f5, the data is updated and I see them on the screen, up to there blz. But I want...
Good afternoon ..
I have the following situation:
<?php
$array_dias_da_semana = array("domingo", "segunda", "terca","quarta","quinta","sexta","sabado");
$zebra = 'domingo';
?>
$(function()
{
$('.button...
I have a problem with my code, in case, I have a banner that in Chrome and Opera, it appears in the exact size of the whole screen, however in Edge and Mozilla it appears broken not occupying 100% height with the others .
In CSS it looks like...
Good morning guys.
I have a problem.
I have created a function to get results in the Onchange of a select
via ajax
The problem is that in this input 'qtde' is printing the following msg [OBJECT OBJECT]
Someone knows what's wrong with me...
I intend to use the code below to sort and group by section posts from my Wordpress website. This would be applied to Home Page and Categories, where each post would count with the css class according to its section (secoo_1, secoo_2 or secao_3)...
I was creating a form where the person would have the option to choose a color, as I did not want the person to write the color or because I thought it cool I decided to put an input of the color type
<input type="color" name="cor" id="cor"...
I have the following form
<form method='post' name='checkbox_form' id='checkbox_form' onsubmit='return validate()' action=''>
..............
..............
<input name='salvar' type='submit' value='Salvar'>
<input name='gravar'...
I can not see where the error is.
Accusemeofthiserror$("#btnSalvarArquivo").on('click', function () {
var EspecieArquivo = document.querySelector('input[name="rdEspecieArquivo"]:checked').value;
var tipoArquivo = 0;
var erros =...