I am working in MVC and I want to send an image through Ajax with Jquery, I have been able to send text data but until now I do not know how to send the image, because when I put it to see what data it sent me it comes out as null
This is the...
I have a problem with the Ñ in my program which can be solved by changing Ñ by & Ntilde. The html is in UTF-8. Neither javascript nor html have a problem with & Ntilde and php sometimes. What happens is that if PHP receives from AJAX NU & NT...
I hope you can help me. I am working on a web project in php and ajax of JQUERY the problem I have is in the following code:
$.ajax({
url: ruta,
type: 'POST',
data: img,
contentType: false,
processData:...
On the blade I have this code:
@foreach
<tr id="{{$employee->id}}">
<td class="visibleemployee">
<form action="{{route('admin.employees.cambiarVisible',$employee->id)}}">
<button type="button" id="buttonchangevisib...
Gentlemen,
I am in a question.
I'm working with ASP.NET MVC and I'm running Ajax via post .
The requirement is to load two grids with a Ajax for each grid.
Strictly speaking, it would be something like that, Example...
I am trying to group the rows of a table generated with DataTables and Ajax, but I can not get them to be grouped. I need to group them by the Activity column. The table that is currently generated is the following:
The JavaScript code...
I'm doing a query to an api with asp.net, the query is well done and everything but I have a problem filling a table with ajax, I could not see the data you send me
here the code c #
public async Task<List<Sto_TraerCaracterizacionResp...
I wanted to know how I can make a Mysql query at a specific time with this watch that I have in Javascript. I understand that you have to use Ajax, but I have tried to include the Ajax part inside the if of the time I want, and everything stop...
Very good, I have a form in html, and I would like you to click on a button, call an ajax function with the user and password.
This is my form.
<form method="post" action="javascript:login();" name="loginForm" id="loginForm">...