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...
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
},...
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...
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...
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...
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...
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...
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...
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...
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...