Questions tagged as 'jquery'

1
answer

Problem closing lightbox when calling AJAX

I'm having problems when on this site link session access PROJETO and click on RELEASES . While I do not click on any title that loads via AJAX the contents of the post, the LIGHTBOX closes, but when I click on the t...
asked by 20.02.2014 / 23:21
0
answers

Caroufredsel FOUC while loading page in cache

We are facing a problem with caroufredsel, where the first time the site opens it loads perfectly, however when caching and opening it again an F.O.U.C. and the elements are displayed momentarily in a vertical position. In the documentation i...
asked by 01.07.2014 / 20:29
1
answer

Returning more than one variable in JQuery / PHP

Being objective, my problem is this: I have a form in PHP / HTML and I'm using a field auto-fill via Jquery. This form brings up the last numbers wagered by the user and remakes the wager with this numbers automatically without it needing to...
asked by 19.02.2017 / 00:29
1
answer

Duplication of submit with jquery and php

I have a form on which to register phones called edit_form.php: <form method='post' name="<?php echo $idEmp; ?>" id='emp-SaveForm-tel' action="#"> <input type='hidden' name='id' value="<?php echo $idEmp; ?>"> &l...
asked by 01.02.2017 / 18:08
1
answer

Request problem - Phonegap + Ajax [duplicate]

I was doing a test to test the phonegap, however I am not able to make an Ajax request in the app, but the request works in the browser. $( "#botaoBusca" ).click(function(){ var cep = $( "#cep" ).val(); $.getJSON('https://viacep.com.br/ws/...
asked by 12.05.2016 / 05:45
2
answers

Google Maps does not load correctly

My site is experiencing display issues on a map (Google Maps) when accessed by the main url: link but displays the same map correctly when accessed by this other URL: link If I access the site by this other url link also gives map er...
asked by 17.05.2016 / 23:32
1
answer

Returning data from a PHP / JQUERY - Unexpected end of input

I have a field called user_email, which in turn, to the user type the desired email, triggers the jquery to search the database if this email already exists there, if it exists, returns message if it does not return message available. But the...
asked by 26.04.2016 / 15:44
1
answer

How to query (SELECT * FROM table) using AJAX?

Hello, I'm trying to make a query in a table and display the results on the client page without the need to refresh the page with each new registration. But I can not. Here are the codes: index.php <button id="fetchLojas" class="btn btn...
asked by 10.04.2017 / 18:32
3
answers

How to change the selected option in my 'combobox' from a 'li'?

I need to make a page similar to this where I make a computer budget. The last product of ChipArt's budget is the cabinet, their website has an option to open a gallery of images and select which cabinet I want, how to make that selection a...
asked by 09.10.2014 / 20:18
3
answers

Slider in jQuery (Nivo Slider) does not work when it is inside a content loaded via Ajax

I'm using the Nivo Slider plugin to create a slider on my page. If I put the slider structure directly on the page, it loads right ... but if it's inside content loaded via ajax, it just does not appear at all. What can it be? The funny thing...
asked by 09.10.2014 / 02:29