I am creating a grid that allows to select x number of buttons with numbers, and when the user clicks on the button it shows the number that it represents, I show the code.
$(document).ready(()=>{
$('#item1').click(()=>{//Quisier...
I have this code:
function Menuopciones(pagina,menu) {
timeout = 600;
var thread;
$("#"+pagina).mousemove(function(){
$("#"+menu).removeClass('oculto').addClass('bounceIn');
clearTimeout(thread);
thread = setTimeout(mousestopped,...
Hi, I would like to know if I can do something like this in ASP.NET, because they know something like that I need to do, please do not eat me if it's a bad question, I see it more as a challenge: 3
var idt = 2;
function detailTry(idt)...
Hello!
I need help for something that has been around my head for a couple of days and I can not see how to even start (I know, it sounds pretentious, but we all have passed sometime in this life).
What happens is that I have 3 input's of...
Good, it happens that I have 2 arrays and 2 variables, which I need to send via POST, so far I have this:
$.ajax({
type: "POST",
url: "saveAsistencia.php",
data: {'array':JSON.stringify(asistencia)},...
I need to dynamically create an input to list all the municipalities in a certain state of Mexico, I have my query correctly and from php I am returning the array in the following way.
$idestado = (int)$_POST['idestado'];
$municipios =...
I'm working with 2 select, the second depends on the data that is selected in the first one. I have not managed to make it work, so far the only thing it does is load the data corresponding to each select but separately.
**//Carga los da...
I try to fill a table in html from a query ajax and php .
Problem: I want to get the dependencies of a MySQL table (I only have one added). But in php I input an array to return it to me in the ajax.
clases....
Very good dear friends, I need you to help me that a div that inside takes data put it in an image (carousel item) centered.
reference image ...
<div id="owl-demo" class="owl-carousel text-center">
<?php
require_once("confi...