Questions tagged as 'ajax'

0
answers

How can I update a form with ajax in laravel?

I have this small table in the options column on the second button that is to edit, I would like to click on it to open a modal like the one shown below. that I will upload the data and that I can change the values that I want acc...
asked by 23.04.2018 / 15:59
0
answers

Dynamic authentication problems

I'm making a website that connects to different servers to request data. On each server I have to authenticate myself, I do it this way. $.ajax({ dataType: 'jsonp', async: false, xhrFields: { withCredentials: true },...
asked by 23.04.2018 / 14:04
2
answers

Ajax with codeigniter

I am trying to perform a function that sends data in a php file with ajax with the following code: function buscar(){ var texto = $("#search").val(); var pagina = $("#pagina").val(); var datos_formulario = "texto="+texto+"&pagina...
asked by 17.04.2018 / 16:50
0
answers

My dialog in ajax only works once

Hi everyone, I'm trying to update information in a crud which I reload every 2 seconds with the .load function of jquery I thought there would be no problem since the dialog opens and the form is not affected by the recharge, but for some reason...
asked by 16.04.2018 / 07:55
1
answer

FormValidator and Sweet Alert

I have the following problem. I need to validate some fields, which I'm actually doing with formValidator and it works. Once the fields are validated, I send the data by post and ajax and show the sweet alert popup asking if I want to send the f...
asked by 15.04.2018 / 04:53
1
answer

Problem loading page with synchronous ajax - asynchronous

I have a problem that I do not know how to fix. I load a php page with ajax in a DIV and within that page I load some tables with ajax as well. Everything here is correct and works but there is a problem, which is that I load the page and the...
asked by 13.04.2018 / 11:50
0
answers

Consultation on passing Monoclonal system to multiclient

How are you doing? In this opportunity I would like to ask you about an application of your own that I am expanding. Initially I began to develop the idea of this system, as a kind of practice in my php course, and thus expand my knowledge. Now...
asked by 18.04.2018 / 00:34
2
answers

Error accessing json array with php

Good morning, cordial greeting to all. Again, I'm going through this space because I have a big unresolved problem and this time it's php based, since I'm starting in this language. The problem is that I need to return some values in json for...
asked by 17.04.2018 / 23:18
0
answers

Ajax query + SuiteCRM + Kreporter

Dear I have installed SuitCRM, and Kreporter but I have a problem. Kreporter does not run some events in Chrome and Firefox, but in Internet Explorer (Edge) works perfect. The error that is showing me is this: ext-all.js:22 [Deprecation] Synch...
asked by 12.04.2018 / 00:26
1
answer

how to save the id of a combobox?

I have a table costs that has the activity table foreigner I enter the costs through a modal, there is a combobox of the name of the activity (outside of the activity table) and in the value I have the id_activity. echo '<o...
asked by 11.04.2018 / 23:15