Questions tagged as 'ajax'

1
answer

Doubt to get the name of an input field automatically generated by php

I have a legacy php system that generates the input radios, and the names of these fields are dynamic, such as the $ row object. And now I need to get the values of the radios fields and their respective names so that they are saved in the bank...
asked by 23.10.2018 / 16:16
2
answers

Select2 in several fields with the same name

I am making an ordering page, where you can register several products. In order to register the products the users have the options of Produto, quantidade, valor, subtotal , if they want to add another product, it has a function that ad...
asked by 23.10.2018 / 18:14
2
answers

Create array with AJAX and send to another PHP page

Is there any method of creating an array with AJAX to send the value of the selected input's to another page where PHP will receive? there may be several input's depending on the page, but the page that will receive the values is unique for all...
asked by 04.08.2018 / 21:52
1
answer

Load configured decimal data

I have this function, which works, it brings the necessary data to appear in the input, however I wanted it to be in decimal, if it is 10.00 it is only appearing the 10 How can I fix it? function CarregaEstoque() { var idEmpresa = document...
asked by 15.08.2018 / 19:29
2
answers

Incorrect jQuery Array

asked by 12.06.2015 / 18:08
2
answers

Reusing AJAX calls with jQuery

Hello It is very common to see ajax call blocks on the internet that always repeat the same structure extensively, I would like to improve my calls using parameterization patterns and save code from my processes. Current status: $.ajax({...
asked by 13.07.2018 / 19:59
3
answers

HTML and AJAX problem

I have a chat that works with AJAX. Only, depending on some characters that the user types, AJAX does not work, I do not know why, but it does not work. Therefore, I need to remove the HTML from the msg variable, and have this variable pass thro...
asked by 01.07.2018 / 00:56
1
answer

Crawl AJAX requests in progress

I'm working on a page where I have a refresh button, clicking it runs a series of AJAX requests to complete the data available on the screen (4 requests to be more exact). If the user clicks the refresh button, I would like to disable the bu...
asked by 16.12.2018 / 05:32
2
answers

Update object values via GET without repetition

I'm working on a flat table, which has a script with several objects, like this: var plano_basicoUS = { 1: null, // mensal 2: null, // trimestral 3: null, // semestral 4: null, // anual }; var plano_economicoUS = { 1: nu...
asked by 13.06.2018 / 03:53
1
answer

Consume via JQuery-Ajax, an API at localhost: 28033, from a page at localhost: 7545

I'm trying to do something, but it's not working. I have two .Net Core 2.0 projects, an API, and an MVC. I want to run ajax calls from the MVC project, to the Project Controllers API. I open two visual studios, and I run two projects: R...
asked by 07.07.2018 / 03:46