I'm doing a program for a cerezaria that sends empty barrels to fill.
in the stock form you enter the type of beer and a barrel number. Then I get a JSON from the barrels table through an AJAX request.
And I want to check if the "active" fiel...
I'm new to programming and I need help
I want that when I select one of the names I put it in the position where the cursor is located
<select>selecionar dato</select>
<option value="Emmanuel">Emmanuel</option>
<opti...
$(document).ready(function(){
var id;
$(".cell").dblclick(function(e){
id = e.target.id;
$('#ModalReserva').modal('toggle');
$('#datetimepicker1').datetimepicker({date: id});
});
});
I have several cells i...
I am trying to load my table using jquery but it is not possible for me, I do not know how to pass the value of the query to the query, I have made several attempts with JSON but it does not work for me, if someone can explain it I would appreci...
I have a modal, in which I want to record data of a user. This file is called personal.php , which has its js called personal.js and it must be connected to a driver file, called personal.ajax.controller. php and does not send any parameter...
Hello good night, present the following error of the data table in codeigniter, I try to find the error but I have little experience in the script:
DataTables warning (table id = 'PRData'): Requested unknown parameter
'13' from the data...
Hello, I have a menu with this structure ..
<div id="MenuWrapper">
<nav class="menu">
<ul>
<li><a href="#nosotros" id="mak1">nosotros</a></li>
<li><a href="...
I am new to AJAX and I have several problems. At this moment, I have a code to send data from a form by JQuery and with these, generate a query on the same page.
This is the HTML code (although I have it as .PHP):
<!DOCTYPE html>...
I have the following form:
<form class="formuploadajax" method="post" enctype="multipart/form-data">
<input type="text" id="nombre" name="nombre" placeholder="Escribe tu nombre">
<br>
<input type="email" id="c...