Questions tagged as 'javascript'

1
answer

Error using a for with jQuery and Canvas

I am looking for the same amount of images on a canvas when I enter values at input . This is what I have: var distancia, aux = 0; for (var i = 0; i <arrText.length; i++) { parseFloat(arrText[i]); distancia = (arrT...
asked by 06.04.2017 / 14:42
2
answers

Table with DataTables and Editor does not work for me

I'm doing an inventory application of computer equipment in PHP with Laravel. At the moment I want to show a table with all the data about the models, but I can not find the solution. My index for this view is: <!DOCTYPE html> <htm...
asked by 24.04.2017 / 16:29
1
answer

Fill Select JSN Uninform from a folder

I have to fill out a specific selection of a JSN Uniform form with the files of a directory, the problem is that clicking on the fill button just reads me a file: How can I read and load all the files in my folder in that select ("45")? Co...
asked by 24.04.2017 / 19:41
1
answer

Add text entered in an html table

I have home.html Nombre: <input type="text" id="nombre"> <button type="button" id="add">Agregar</button> <table id="test"> <thead> <tr> <th>Nombre</th> </tr> </thead&g...
asked by 24.04.2017 / 14:12
0
answers

Javascript: Start recording audio at the same time as another

This is my code currently. This works, the only problem is that the resulting recording is left with a small defacement and that's what I need to fix. function startRecording(button) { document.getElementById('audio_01').play(); recorder...
asked by 24.04.2017 / 21:43
0
answers

Error Template with Angularjs and Jquery

I downloaded a free template and I'm trying to adjust it with angularjs, but the problem I have is that the animations, carousels of images or navigation between divs does not work. I would like to know what I should do to solve this problem...
asked by 04.04.2017 / 15:22
0
answers

Redirect from a URL but that URL does not redirect if someone goes to it?

I have a question that may seem contradictory at first. What I need is a URL that redirects to another (for example: hola.algo.com redirects to loquesea.com). The domain of loquesea.com will see that the 'referer' where that request comes fro...
asked by 04.04.2017 / 17:52
0
answers

Does not show gauge chart in bootstrap modal window

Greetings, I have the following problem: I'm doing a gauge graph, using the Gauge.js script, on a Modal window of Bootstrap 3. To this modal I add a view from Laravel. The problem I have is that when I display the modal, the gauge graphic (wh...
asked by 04.04.2017 / 18:39
1
answer

Error Can not read property 'parentNode' of null with Jquery DataTables

I am building a table dynamically, this I have done in other modules of my page exactly the same, but this time I am generating that error and I do not know why, on the page I have another table that I assemble almost the the same way, the only...
asked by 04.04.2017 / 14:18
1
answer

Conditional does not work correctly

At the beginning of my page, there is a song that plays automatically. When it ends, it should go to the next song, however I do not understand why it is not doing so, if in my conditional I place it, when the song ends, the next one starts. The...
asked by 13.04.2017 / 13:08