Questions tagged as 'javascript'

1
answer

npm init does not allow me to continue

running the npm init command all fine just that in the step of the version does not let me do anything or close the vantana of the terminal. I have installed as linux operating system to Antergos nodejs 8.1.0 npm 5.0.3   ...
asked by 10.06.2017 / 03:21
1
answer

AJAX and tables with functions

Hello friends, I have a problem to make the code that gives me the correct information that I look for my WEB. But I told them: I have an xml file that goes something like this: <?xml version='1.0' encoding='utf-8' ?> <?xml-stylesheet...
asked by 06.06.2017 / 21:41
1
answer

addEventLstener does not work well

What I want is for the video to be played in an android browser and the only way that works for me until now is with the event that I already have that is with "click" but what I want is that it be played when start the page and try load and onl...
asked by 06.06.2017 / 20:30
1
answer

Unable to read property 'Navigate' from undefined

I'm starting with this from React Native, and programming an IOS app I got this error by doing the navigator:    Can not read property 'Navigate' of undefined This is my code: Index.ios.js import React, { Component } from 'react'; im...
asked by 07.06.2017 / 10:03
0
answers

Registration entry with Ajax to bd

Hello good morning to all I hope you can help me, the question is that I am doing a control panel using ajax, the client entered it into 4 different tables and in the 4 tables it enters double the record. Thank you in advance. I leave the cod...
asked by 20.06.2017 / 19:12
3
answers

Problems with the responsive JavaScript and jQuery

I have a responsive problem on a web page. What happens is that I am adding a sandbox and therein a iframe and I get cut, that is, it is not displayed completely. This is the code: <!DOCTYPE HTML> <html lang="es">...
asked by 12.06.2017 / 14:52
0
answers

for loop in a folder on my javascript PC

I am currently finding information for an Illustrator script and I need to know how to put a for loop inside a folder on my computer. In after effects what I do is create a simple line for(var i = 1; i<=app.project.numItems;i++){ var cu...
asked by 12.06.2017 / 14:16
1
answer

Why does not my Audio on Android compiled with Cordova play me?

My project is done with Javascript and compiled with Cordova. I am using an audio tag, where I give the path of my mp3 file. As seen in the image .. the first tag reproduces the audio correctly, but the second does not find me. Now t...
asked by 13.06.2017 / 18:42
1
answer

Why is the condition in this code not met? Help

myApp.controller('lUnidadesController',function($scope){ var data = [ {clave:"1", nombre: "Andres Diaz", agencia: "Agencia-1", sector: "sector-1", estatus: "1", cambiar: " "}, {clave:"1", nombre: "Andres Diaz"...
asked by 13.06.2017 / 21:16
0
answers

Dynamic buttons

How about. I'm trying to make some dynamic buttons inside a modal (the same for the three main buttons). When clicking on a main button (those of the first image) Revive a modal with more buttons, for now just change the name with a scr...
asked by 21.06.2017 / 14:59