Questions tagged as 'ajax'

0
answers

Pass data to a modal with PHP and Ajax

I am creating a system and at a certain time the user can register the measurements of a person. To do so, I would like to redeem the ID and Name in the people table, so they are displayed in the modal, but I'm not having success, even trying in...
asked by 24.07.2018 / 20:59
0
answers

Popular Selec2 with Ajax + ASP 3

I'm already trying to populate a select ajax options, among the various options I found the plugin selec2 and I'm trying like this: $(function () { $(".disciplina").select2({ language: "pt-BR", placeholder: "Disciplina",...
asked by 22.07.2018 / 20:33
0
answers

Adapt request with Express for AJAX

It is possible from a request using express, convert it to ajax, or even if you can merge them. Example: app.get('/alunos',(req,res) => { const client = new Client(); client.connect() .then(() => { return client.query('SELEC...
asked by 27.07.2018 / 04:38
1
answer

Vue Js and PokeApi

I'm currently studying VueJs, I'm using Ajax to request the API, and integrate the application, but I've read it in different places about Axios. Why use Axios and not the "$ .Ajax"? It is more organized, secure, or simply "standard."     
asked by 16.07.2018 / 14:57
0
answers

JQuery.Ajax () in WebForms without static method

Is it possible to execute a void method of codebehind without them being static? I'm having 500 error return when trying.     
asked by 19.07.2018 / 23:53
2
answers

Reload the main script when completing ajax request

I'm developing an application where I have some views that are loaded into my <section id="view"> via ajax. The view loads normally, but functions that have been programmed with jQuery for all inputs, for example, do not work. As...
asked by 03.02.2018 / 04:51
1
answer

How to pass an array by ajax to the controller?

I have an ajax that sends data from my selects to my controler and from there I do a check and query, so far everything is working perfectly. The problem is that the last select that I send is an array, since it's a select multiple, and I'm not...
asked by 12.07.2018 / 19:19
0
answers

Worked With Cake php and api via zip

I am having trouble working with api in cake php I am using an api via zip to list me the city and state but and save in the bank the bank structure as table city - > name_city, state, my code is the following sorry for the lack of organizat...
asked by 12.07.2018 / 18:55
1
answer

Conflict in Requisition

I'm having trouble making the car.php page work by opening the visual DIV via the link when accessing the temporary address " link " But when I enter the address " link " the effects work. I leave below the codes used. Page index.ph...
asked by 12.07.2018 / 00:32
0
answers

AJAX + PHP + PHPExcel

Good afternoon I'm passing via ajax some fields from my modal to a PHP function. This way, I run the query below in the PHP function to generate an Excel spreadsheet. the problem is that: I even get the values via POST in PHP but it gives error...
asked by 11.07.2018 / 20:53