Questions tagged as 'jquery'

1
answer

Show popup when user approaches browser's address bar

I have a pop-up that opens every time the site is opened. But I would like to change. I want Pop-up to open whenever the user approaches the mouse cursor to the address bar of the browser. if ($('.popup-banner').length > 0) { $('.pop...
asked by 03.10.2017 / 13:58
2
answers

Check ajax return, it works only the first time

Good morning friends, I have this code: $(document).ready(function(){ $('button').on('click',function(e){ e.preventDefault(); var codigo = $(this).attr('id'); $.ajax({ type: 'post',...
asked by 27.10.2017 / 13:49
1
answer

Load page inside a div with Ajax

Good afternoon! I am trying to use Ajax to load a page inside a div that I have, but it is giving 403 error (Forbidden). In case I can not do this? Would I have to do it any other way? NOTE: The page I want to load is zendesk. $j.ajax({...
asked by 26.10.2017 / 18:54
1
answer

JavaScript array on dates

I'm getting data from an API and put it inside a table. Following are the codes I used to pull the api and put it inside the table var botaoAdicionar = document.querySelector("#buscar-viagem"); botaoAdicionar.addEventListener("click", func...
asked by 27.10.2017 / 16:15
1
answer

jQuery error not visible when I migrate code

Well, I have the following page link The functional script Already when I migrate to the bottom of the page: link Then the following errors occur: 1) I can no longer click on li's 2) The pointer effect does not appea...
asked by 30.09.2017 / 15:27
2
answers

Dynamic height in 'cart'

I have a div that serves as a product cart, it stays fixed at the top of the screen where only subtotal of all the chosen products appears and clicking on div , it does a slide down and show all products. I made the effect...
asked by 02.10.2017 / 15:53
1
answer

How to activate SVG drawing animation when arriving at the div of it?

I put a file in SVG to have an animation as if it were creating it in lines (unfortunately in the example below it is not working, but in my file it is.) With this code below, as soon as I enter the page, the animation begins and happens un...
asked by 24.11.2017 / 21:34
1
answer

Error in the SCROLL function inside the OnClick

Good afternoon Personal, a week or so a customer came complaining that his site link was not working and I could not understand why, because the site was delivered working, it was a link that simply rolled the page . This week I noticed that the...
asked by 10.10.2017 / 15:44
1
answer

Result after update

Hello, I would like a value of 1 after a run in the database, for example I have the function in php: function registrar_pagamento( $pago, $registro ){ require_once "../controller/class.registro_controller.php"; $reg['registro'] = $...
asked by 06.10.2017 / 16:24
1
answer

Modal does not open on second click

I have the following button: <button class="btn btn-default botao_leitura_biometrica" id="" style='border: solid 1px #666'>Lectura Biométrica</button> This should open a modal: <div class="modal modal-lg leitura_biometr...
asked by 14.09.2017 / 16:24