Questions tagged as 'ajax'

2
answers

Request Method Changing from GET to OPTIONS alone

I have the following code: $(function() { $('#method').change(function() { var method = $(this).val(); if (method == 'GET' || method == 'DELETE') $('#json-group').hide(); else $('#json-group'...
asked by 13.06.2014 / 22:04
0
answers

Plugin javascript or jquery estrelinhas [closed]

Note:    I do not know if you can ask this question here, if not! Please disregard / delete. Does anyone know of a plugin that I can do this screen (the rating): WherethisratingI'mtryingtodo,Ifoundthis plugin and I'm reading his doc...
asked by 04.09.2014 / 21:41
1
answer

Use EJS with NODE

I need help to change my html index to EJS. I'm using Node, and I've already made the changes in my configuration file for EJS to work properly. In my index.ejs I have a table tr: <div class="container"> <div class="starter-temp...
asked by 02.09.2014 / 23:53
1
answer

How to detect if a Wordpress article has been loaded into a lightbox?

I'm creating a news site, I'm using Wordpress as a CMS and I'm using a JQuery (Magnific Popup) plugin to open the articles in a lightbox . I made single.php without the header and without the footer, since you will not need to, becaus...
asked by 13.05.2014 / 00:34
2
answers

Access-Control-Allow-Origin jQuery Ajax

I'm trying to access the post office to calculate freight and I get the following msg: Failed to load http://ws.correios.com.br/calculador/CalcPrecoPrazo.asmx/CalcPrecoPrazo: No 'Access-Control-Allow-Origin' header is present on the requeste...
asked by 11.05.2018 / 00:58
1
answer

DIV update

Hello, I'm having a small project just for Hobbie, and I have some DataTables on my Web page, to make it easier to search for registered data, but when I register any data in one Brownser flip, the other does not appear at least I give a refresh...
asked by 25.10.2017 / 14:58
0
answers

Send data by Ajax, make MySQL query in the background and plot Google chart with the data found

Here's a step-by-step guide to what the code I'm about to do is right. After that I will introduce the new approach that I would like to use, but unfortunately it is not working. In the first place (1) data is sent through a simple form; (...
asked by 13.11.2014 / 13:49
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
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
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