Questions tagged as 'jquery'

1
answer

How do I make a .clic event depend on an onclick?

I would like to know how I can break a control statement IF . The problem is that I have two actions that are executed when I click on one of my buttons an action I call it with the onclick and the other with the function .clic...
asked by 08.07.2017 / 09:27
1
answer

Display an alert () after submitting a form

I have a page that we will call pagina.php with a form. When doing submit I send the form with <form method="post" action="validar_datos.php"> . Then validar_datos.php checks that the data entered in the form is...
asked by 16.06.2017 / 14:38
1
answer

JSON datatable php

I'm having trouble with my json, I'm not finding him around. My code is this: $salida = '{"data": ['; $paso = false; $i=0; foreach ($cirugias as $cirugia) { if ($paso){ $salida .= ','; } $salida .= '['; $salida .= '"'.strtoupper(nor...
asked by 22.05.2017 / 21:54
1
answer

Jquery graphics that have thousands of formations on the x and y axes

I would like to know if anyone knows of any plugin or library to make graphics that place the numerical values in thousands formats. I would really appreciate your help     
asked by 23.05.2017 / 07:32
2
answers

GravityForm does not focus form when returning error

I am trying to get the form with the errors focused when sending the empty form in GravityForm. I can not get it or I'm not sure if I do not know how to do it with Jquery. Help, thank you very much in advance. Gravity Form returns a div.va...
asked by 07.06.2017 / 01:34
2
answers

Allow to open a link once

I have the following link <a id="like" class="far fa-thumbs-up fa-lg colorIcono" th:href="${'/respuesta/like/' + respuesta.respuestaSuya.id + '/' + respuesta.id}"></a> And what I want is to be able to execute it once, that is to...
asked by 08.12.2018 / 14:39
1
answer

How to make the animation slow

Hello friends I have the following code I used the JQuery library and I need to encourage animation of the writing of the animation I want it to look slow but not too much, does anyone know how that could be done? or do you know a part of Jeky's...
asked by 30.05.2017 / 02:01
1
answer

Browse within an iframe

What kind of friends I hope you can help me, I have the following problem: I'm putting a page inside an iframe, but I want all the navigations contained in the page to be kept within that same iframe without opening a new page, I want to know if...
asked by 13.11.2017 / 20:42
3
answers

how can I count the elements display none of a div that inside has another div and inside there is an article with display: none

I am trying to count the elements within a div and within that there is an article and some of those articles I have a display none, and whenever it has display none has the class tg-item-hidden, but I can not do it, it tells me that there are z...
asked by 06.03.2018 / 04:06
2
answers

Get a date with 'YYYY-MM-DD' format in JavaScript from a Datetime picker

Good morning. I have a Datetime picker in a form to select a date and I need 30 days to add it and the result appears in a input with 'YYYY-MM-DD' format. I capture the value in the event 'onChange' of Datetime picker . The problem co...
asked by 31.05.2017 / 16:14