Questions tagged as 'javascript'

1
answer

How to walk an append that is inside a for? [closed]

In HTML I have the following: <div class="row"> <ul class="simplefilter"> Simple filter controls: <li class="active" data-filter="all">All</li> </ul> </div>...
asked by 22.05.2017 / 18:47
2
answers

document.getElementById ("something"). value; does not detect the input even if the html document has already loaded

I am trying to access the input of a questionnaire but document.getElementById ("something"). value is returning an empty string. This is the file submit_event.html <!Doctype html> <html> <head> <title></tit...
asked by 20.05.2017 / 18:58
3
answers

Cancel an event in Javascript

I have a board with a palette of colors that what it does is: You select the color in the palette, click on a cell and paint the selected color that plus all the cells through which the mouse passes. Well, until then everything works. The questi...
asked by 25.05.2017 / 12:34
1
answer

PropTypes in React, it's not working

First, I had already used the prop-types package before to validate arguments in React components, but in a project in I do not know why it is not working and I have it set as usual. Use WebPack for the bundle and the test server (webp...
asked by 22.06.2017 / 12:16
1
answer

Input Date compatible with Internet Explorer?

I have a form in Html using bootstrap, in all browsers the input type works: "date" only Internet Explorer does not and I need it to be compatible with that browser, I found a way to do it with Script which is the following: <script type="t...
asked by 22.06.2017 / 22:57
2
answers

undefinedbr / - Javascript - DOM - checkboxs

I have a select with four options, I can choose the ones you want, when you press the button "send" you should send the text of the selected options to div . This is my code: //Función que crea una caja con los dat...
asked by 18.05.2017 / 11:14
1
answer

How do I create a keyup event () to the input type text of "prompt dialog" of alertity?

I can not find how to make the selector of the field that one indicates, it is to validate the entered data. $(document).on('click', '#agregar', function() { alertify.prompt( 'Ventaja', 'Mensaje:', '' , function(evt, value) {...
asked by 15.05.2017 / 16:51
1
answer

How to use reset () method CaptchaModule primeng Angular

I ask for your help because I have problems with the CaptchaModule component because I refresh the page and I get the following Recaptcha is not loaded Html <p-captcha [siteKey]="llave (onResponse)="showResponse($event)"> <...
asked by 16.05.2017 / 06:52
2
answers

Problem redirecting view from another controller

This is my sending function, I have taken from examples that I have seen in this forum function enviarDatos() { var params = { valor1 : $("#usuario").val(), valor2 : $("#clave").val() }; $.aja...
asked by 10.05.2017 / 16:25
1
answer

With angle can I modify a file hosted on a server? Or do I have to implement something extra?

In case I want to modify the lines of a file on the server. Use Nodejs on the Back-end side     
asked by 11.05.2017 / 19:25