Hello!
What happens is that I have the following html code that is to create dynamic objects:
<!doctype html>
<html lang="es-mx">
<head>
<style>
.opcion{
width: 100%;...
Good evening to those who read me, want to help me, I want to capture the values of a row of a table and display them in a modal
aui I have the table that comes from the database ...
<tbody id="myTable">
@foreach($act...
Well here is the code:
$("#ajax_formulario").submit(function () {
$.post("ajax.php", {nombre:$(".ajax_nombre").val(), apellido:$(".apellido_ajax").val(), edad:$(".edad_ajax").val() }, function () {
alert("Exitos...
Hi, I am trying to capture a variable in a child component and pass it to the parent component App.js to update the total amount status. This is the error message:
"Maximum update depth exceeded. This can happen when a component repeatedly ca...
I have a problem with fn.call () within a method in an object. I have an arrangement that internally has objects, the values of these objects are type and gender.
const gustos = [
{tipo:'libros', genero: 'futuristas'},
{tipo:'music...
I'm getting an html string from a text editor called froala , but this editor does not close the img tags.
How could I take an html string that contains tags of this type:
<img src="rutaxx" alt="altxx" class="classxxx">
and...
I am sending an image to my web server that I select from my HTML in the following way:
<form method="POST" action="http://'+ip+'/HelloSpringMVC/uploadFile" action="subirFoto();" enctype="multipart/form-data">
File to upload: <inpu...
I am using a DataTable created dynamically from a DB in which I capture the event onclick of which row was selected and I collect your data, now what I need is that I redirect to another php file (I want to send them by POST) in which mus...
I have a slide created with the library blueimp.js On the slide I need to read when the user presses the B or C key. So far so good, the detail is that when you open and close a modal, you lose the reading of the keydown event and it is only act...