Questions tagged as 'ajax'

2
answers

How to store value in a string object and display this element on another page?

My function myFunction takes the username and password elements typed, and sends those values storing in a global variable to the next page. My function tToken authenticates this information and plays to the next p...
asked by 07.02.2018 / 20:33
0
answers

Problem handling json object in ajax request

I have a function that makes a database in the database via ajax and then searches for the same object in the database to add information about it without reloading the page. var respostaSubmit = function (response) { alertGeneric('modal-i...
asked by 15.02.2018 / 12:46
1
answer

MethodNotAllowedHttpException ($ others) Laravel Form submission via Ajax

I have a simple form and I am sending it to the controller via Ajax, but my problem is that after clicking on the submit button it does not call the Ajax request in my Jquery and it already leads directly to this error. p> Ihaveanothercontrol...
asked by 07.02.2018 / 17:33
0
answers

Take photo of a system using xampp and javascript cors

Good morning. I need to access the url of a photo in my application, and I need to use http authentication using cors and xampp (where I can not configure), and AJAX because it's going to be an ionic app that will take this photo. > I tried...
asked by 06.02.2018 / 12:56
0
answers

Ajax problem in Laravel 5.3

I need help on how to save the cpf from the client to the ajax database without redirecting from the product page when ordering. follow the code I'm trying to use: $('#add_CPF').on('submit', function(e) { e.preventDefault();...
asked by 06.02.2018 / 03:59
0
answers

Ajax with Jquery does not work

I need to run Ajax within Jquery . The Jquery does the validation correctly, more when I click the button to send the form, it does not work, it locks in loader , where it would have to execute ajax . How could...
asked by 06.02.2018 / 02:23
0
answers

Retrieve multiple via ajax requests

I have the following fields: <div class="container"> <div class="form-group"> <label for="nomefiltrar" style="color:#E4CDAC; font-size: 17px; font- family:Arial">Nome</label> <p> <inpu...
asked by 05.02.2018 / 14:47
1
answer

Requesting ajax takes a long time to execute

I have a ajax request where the method used is POST, the information I pass is with a formData object, it has some photos that can vary from 1 to 15, when I execute this on localhost it does not last 1 second , now that I uploaded the site to th...
asked by 01.02.2018 / 20:20
0
answers

Fancybox - Refresh parent after closing

I'm using a Fancybox iframe where when the user confirms a question I want to update the contents of the original page after success in an ajax: $.ajax({ type: 'POST', url: 'excluir_foto2.asp', data: {cod: cod},...
asked by 01.02.2018 / 13:40
0
answers

Uncaught Error: Syntax error, unrecognized expression: #botao_resp _? = $ row ['id']?

I have a page with forms to answer questions and I'm trying to use jquery in a separate file and it's giving the following error: Uncaught Error: Syntax error, unrecognized expression: #botao_resp _ $("#botao_resp_<?=$row['id']?>").on('c...
asked by 29.01.2018 / 11:39