Questions tagged as 'javascript'

1
answer

How to enter an input when clicking on a td with jquery or javascript? [closed]

I have a hidden input in a td and I want to click on the td appear (this I already do) and appear the cursor within the input without having to click again, to edit the input?     
asked by 19.06.2017 / 13:16
2
answers

Problems printing a jx ajax

Now I have a Jquery function $("#btn").click(function() { $.ajax({ type:"POST", url:"cUrl.php", datatype:"JSON", success: function(data){ $('#contenedor').html("<di...
asked by 19.06.2017 / 21:41
1
answer

Precompiler css (use of variables) in Angular4

I'm working with angular4 and I can not find in any web or forum, an efficient way to use a css precompiler (sass, less or stylus) along with modulo styles of angular4. That is, I want my application to continue having its own unique styles that...
asked by 22.06.2017 / 19:02
3
answers

'Can not read property' length 'of undefined' nodeJS

I have this query getAnalysisDetailed: function (req, res, next) { var config = require('.././database/config'); sql.connect(config).then(function() { var articulos = null; var request = new sql.Request(); request.query("SELECT...
asked by 22.06.2017 / 13:26
1
answer

Send several js files

I have a form inside a modal and I send the data by post using ajax. The problem is that you can send several files at once but I get the following error: jquery-1.11.1.min.js:4 Uncaught RangeError: Maximum call stack size exceeded at Vc (...
asked by 15.06.2017 / 16:12
1
answer

HighCharts: send an array to a dynamic update Chart

I have the following graph, but I would like to graph two curves, but I do not know how to send the other curve, in comment is what I tried, does anyone know how? http://jsfiddle.net/ge0rfbnh/    I update: I was able to do it, however t...
asked by 02.06.2017 / 20:23
1
answer

Datetime-Local to Y-m-d format H: i: sP '?

I'm working on angular and I'm saving the datetime of two datetime-local with a ng-model <input type="datetime-local" ng-model="column_Data.date_Start" placeholder="yyyy-MM-ddTHH:mm:ss" min="2014-01-01T00:00:00"> and then I am sending...
asked by 02.06.2017 / 15:31
1
answer

Javascript works for a piano

I'm making a piano that reproduces the sounds by onclick but when I click twice on the same note and the first time it keeps playing the second one does not reproduce the sound. The example is this: link and this is the code:...
asked by 01.06.2017 / 12:48
1
answer

How to validate the increase of days with FULL CALENDAR?

With the documentation of fullcalendar I have taken the following function: eventResize: function(event, delta, revertFunc) { var id = event.id; var fi = event.star...
asked by 05.06.2017 / 16:47
2
answers

AddEventListener - KeyPress - Javascript - unmodified HTML

Of a form HTML without being able to touch it, we depend on programming a .js in Javascript. We have several fields input in which you must control the introduction of correct information (only letters in fields such as name or sur...
asked by 16.05.2017 / 11:05