Questions tagged as 'javascript'

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 / 05:32
2
answers

Redirect only if there is a token but passing the last referer

I'm doing a redirection in site 1 to site 2 using this script built into the head of site 1: <script> window.location.href = 'http://www.sitio2.com/?redirect=true'; </script> and then in site 2 in the index.php I include this in...
asked by 24.05.2017 / 01:15
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 06.06.2017 / 23: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 / 13:39
1
answer

How to wait 2 times for the complete loading of a document?

I have a document, which is loaded twice : Upload the required .js files. From one of those files, I set the href of the style sheet to use. When I finish loading the style sheet it's when I want to paint on the screen...
asked by 27.05.2017 / 08:08
3
answers

Modify date format (dd / mm / yyyy) that returns an input type date when displaying it in a label with javascript

Good afternoon, I have the following query: I have a script that copies the value I choose in an input type date and shows it in a label (it shows it there because all the labels besides this are inside a div that I copy with clipboard.min.js fr...
asked by 30.05.2017 / 18:47
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 / 19: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 / 03: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 / 14:14
1
answer

How to make the rover physically move through my array and see it in the console

Hi, I do not know how to do to see that my 'x' which is the rover of the game moves through the grid, not only update the coordinates but I want that after some movements, the 'x' change position. I have done rover.pin ++ when standing in the no...
asked by 06.03.2018 / 20:41