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...
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...
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...
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...
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();...
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...
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...
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...
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},...
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...