Questions tagged as 'javascript'

1
answer

Scope is overwritten by having several instances of the same angularjs component

My doubt is that I have a component in angularjs that I want to use several times on the same page, passing different parameters. This component has a multiselect inside ( link ). So I have defined my component: angular.module('app') .comp...
asked by 25.04.2018 / 08:03
0
answers

Inputs with data returned by the server

I'm using vue + axion + bootstrap and I want to make some forms. I declare some inputs with the v-model class like this: <div class="form-group"> <label for="user" class="control-label col-md-2">Nombre</label> <di...
asked by 25.04.2018 / 14:23
1
answer

Assignment of ID and class in JS [closed]

I'm new to programming, I have a problem, and I have to create a menu from JS without touching the HTML, more or less I've finished it, but I need to add an ID and a class to each tag to be able to manipulate them later Can someone tell me a JS...
asked by 21.04.2018 / 19:18
0
answers

How to make a confirmation dialog with vue js?

I have a module to add contracts in vue: createContrato: function(){ //aca deberia mostrar el dialogo de confirmacion antes de agregar el contrato this.newContrato.CONT_datFin=document.getElementById('CONT_datFin').valu...
asked by 13.04.2018 / 12:53
0
answers

JS modular pattern does not work on Edge

I am in a development to which I applied the modular Javascript pattern to have the most tedious and scalable code and I am having problems with MS Edge. In Chrome and Firefox it's perfect. I pass part of the code: HTML let globals={b...
asked by 13.04.2018 / 01:41
1
answer

Write result of function in input text JavaScrip

I have this problem guys, I need that the result of a function that I am shooting with an event is written in a text type input, in this case the one that is after USD, I can do it in an elemnto <span> more not within <input&g...
asked by 09.05.2018 / 19:00
0
answers

Google maps Api in socket lo, limits

Well, I am developing an app that communicates through node.io of node to show the route between 2 points. For what I saw Google maps is free until the 2500 request of the service "directions", now my question is, since I will be using a sock...
asked by 12.04.2018 / 12:09
1
answer

Mark the step visible in slick slider

I would like to know if someone knew how to mark the option that is visible in the navigation to the now that passes in autoplay the slider , I share my code: $('.pasos[data-slide]').click(function(e) { $(this).siblings().remov...
asked by 18.04.2018 / 20:26
0
answers

How can I get the values of the database to be plotted with javaScript canvas? [closed]

How can I graph the values of a database with canvas, because I am trying to graph data from an Access database and I want to show the values registered in a graph, I have the code to graph and it works only with data from an Array entered direc...
asked by 18.04.2018 / 17:13
1
answer

html and js encryption

I want to know how to encrypt an html page, that when you look at the html code you will not see anything, and I will mimic it with your js. Try to code the page, but if you saw the source code they opened the information pal=prompt('Introd...
asked by 05.04.2018 / 23:24