Questions tagged as 'javascript'

1
answer

How to format a Highcharts date?

I need to format a date I just want to show the date nothing else without the hours This is my answer in the query DIA 13/11/2018 12/11/2018 11/11/2018 10/11/2018 09/11/2018 08/11/2018 07/11/2018 06/11/2018 This is my code <s...
asked by 14.11.2018 / 19:02
2
answers

Validate SweetAlert button in JS

I would like to know how to validate if the agregar of sweetAlert button is pressed, in my condition I am handling amounts if the one you want to enter is greater than your% allowed%, let you know that you are exceeding and if choo...
asked by 16.11.2018 / 16:47
0
answers

Get the value of a CallBack in JavaScript

I want to get in a variable what returns from toDataURL in a variable to be able to use it in the createPDF function, and be able to use it to create the pdf. Thanks in advance to anyone who can tell me how I can do it.     
asked by 10.11.2018 / 15:24
1
answer

Insert HTML element inside the first child of another element. JQuery

I want in the following code, to move the element .buscarusuarios within the first TD son of the TR classe fltrow, once the sun starts. I'm a little lost with the CSS3 selectors <form class="buscarusuarios"> <input class="form-control...
asked by 10.11.2018 / 10:38
1
answer

Scroll error when downloading to change color

When I scroll down and change my menu color, I get it that is not defined imgur.com/cDnGn.png     
asked by 10.11.2018 / 14:56
0
answers

How to invert the scale to the Radar chart, from angular-chart.js?

I have the following graph made with angular-chart.js What I want to do is invert the numbering that appears there, and start from Outside 0 - towards Inside 70 , I've tried with the option reverse that appears in the documentati...
asked by 11.11.2018 / 19:00
5
answers

How to make my input text have a separator of thousands and decimals in jquery?

I am trying to make a coin format for my input, which I want to be formatted automatically with thousand separator (",") and decimals; try with several plugins but they do not work for me. function addCommas(nStr) { nStr += '';...
asked by 09.09.2016 / 16:30
0
answers

Add watermark to a gcharts chart by converting it to pdf

I currently have this code that I got on this site, but I would like to add a watermark when exporting the graphic to PDF, any help is welcome. <head> <script src="https://www.gstatic.com/charts/loader.js"></script> &...
asked by 10.11.2018 / 03:17
1
answer

Filter array and add a property

I have an array listadoAvances where the progress of several projects per period is found. The current period: 06/21/2018 or in seconds 1529539200, has information on the 3 projects: project 20, 21 and 22. In the other period: 06/14...
asked by 10.11.2018 / 19:24
1
answer

Insert an HTML element inside the first child TD of a TR with classe XXX

I want in the following code, to move the element .buscarusuarios within the first TD son of the TR classe fltrow, once the sun starts. I'm a little lost with the CSS3 selectors <form class="buscarusuarios"> <input class="form-control...
asked by 10.11.2018 / 09:45