Questions tagged as 'jquery'

1
answer

Jquery alert function

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(){...
asked by 24.09.2018 / 17:00
1
answer

Browse data dynamically

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...
asked by 17.05.2015 / 06:02
2
answers

how to correctly write the php inside the javascript [closed]

Good afternoon .. I have the following situation: <?php $array_dias_da_semana = array("domingo", "segunda", "terca","quarta","quinta","sexta","sabado"); $zebra = 'domingo'; ?> $(function() { $('.button...
asked by 25.09.2017 / 20:07
1
answer

Set different CSS sizes for each browser

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...
asked by 02.04.2018 / 18:55
1
answer

Tabs Jquery last crashed

<div id="tabs"> <ul> <li><a href="#tabs-1">Informação</a></li> <li><a href="#tabs-2">Trabalhadores</a></li> <li><a href="#tabs-3">Equipamentos&l...
asked by 16.06.2014 / 23:15
2
answers

ajax function returns [OBJECT OBJECT] [closed]

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...
asked by 20.07.2018 / 16:38
1
answer

Sort Wordpress posts with Jquery or meta_key and meta_value

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)...
asked by 09.11.2015 / 20:05
2
answers

How to create a nice color input? [closed]

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"...
asked by 13.06.2018 / 23:05
3
answers

Submit form with buttons outside of it

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'...
asked by 06.04.2018 / 22:00
3
answers

Ajax not sending requisition

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 =...
asked by 09.08.2018 / 16:28