Questions tagged as 'jquery'

1
answer

Assign multiple events to several buttons

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...
asked by 12.01.2018 / 15:42
1
answer

HTML form - JQuery - Bootstrap

I have this layout:    Modal <div class="modal fade" id="message" tabindex="-1" role="dialog" aria-labelledby="" aria-hidden="true"> <div class="modal-dialog" role="document"> <div class="modal-content"> <...
asked by 23.12.2017 / 21:56
1
answer

Stop settimeuout when being on div

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,...
asked by 18.12.2017 / 20:42
1
answer

Alert of ASP.NET objects in JS

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)...
asked by 19.12.2017 / 18:21
1
answer

Auto-increment in input type date in php with codeigniter

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...
asked by 19.12.2017 / 05:02
4
answers

Send 2 more variable arrays using ajax

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)},...
asked by 19.12.2017 / 22:43
1
answer

Create a select with jquery receiving array from ajax

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 =...
asked by 10.01.2018 / 01:15
1
answer

Select dependent PHP AJAX MYSQL

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...
asked by 09.01.2018 / 21:07
1
answer

Pass data via ajax and php to an HTML table

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....
asked by 29.12.2017 / 03:38
2
answers

How to move the contents of the div to the middle of a carousel image?

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...
asked by 28.12.2017 / 22:04