Questions tagged as 'javascript'

1
answer

How to differentiate elements when animating in Angular 6?

the question is like this: I have three images placed in the html part of the Angular component <img class="img" [@Esc]='escala' (mouseover)="escalar()" (mouseout)="desescalar()" src="./assets/1.jpg" > <img class="img" [@Esc]='escala'...
asked by 17.10.2018 / 21:36
1
answer

Modify parameter to URL

I have a page where I access information through js and I'm moving between records through the link created in js, this does not change a URL. what they are asking me is that I can use the arrows from the front and the back of the browser and th...
asked by 17.10.2018 / 21:23
1
answer

Show the product result of 2 html tags in a div tag

   Please, your support to be able to show the product of the result of   two divs in a div automatically, without pressing a button; when   we increase or decrease the values in these 2 divs, the result   it must be shown automatically in the n...
asked by 17.10.2018 / 21:33
2
answers

Convert color RGBA to HEXADECIMAL with javascript

Hello friends, I have this script where I get the rgba color of an image, but I need to convert it to hexadecimal and save it in a variable const img= document.getElementById('imagen'); const output= document.getElementById('output'); img.add...
asked by 17.10.2018 / 22:15
1
answer

Open link in pop up

The problem is that I have that code and it works well with paragraph image tags and a header, but with a link, it does not load, it only remains empty ... .img-contenedor { position: fixed; font-family: Arial, Helvetica,...
asked by 18.10.2018 / 00:33
0
answers

Event Contamination click on other events click javascript

I have a problem in my project, I am listening to the click event of an image called "mask", conditioned by the detected color where the user clicks on code should execute one or another action conditioned by the color to which he has clicked th...
asked by 24.10.2018 / 15:09
0
answers

Failed to load resource: net :: ERR_EMPTY_RESPONSE

I have a Google script deployed as webapp, which I launch in the Chrome browser and every 5 minutes makes a callback to a function that runs on the server. This function performs tasks with files stored in Drive and returns a result to the cl...
asked by 18.10.2018 / 09:26
0
answers

Load Excel with JAVASCRIPT

In the WEB project where I work, the need to upload an excel through a user interface arose, this excel at the time of loading should show the data in an html table, without the need to interact with the backend . I would like to know if ther...
asked by 18.10.2018 / 11:47
0
answers

Validate inputs type Email are equal AngularJs

I am trying to validate that a input type email is equal to the other but I have not been able to achieve it, is it possible to validate it from the view? var app = angular.module('myApp', []); app.controller('myCtrl', function($...
asked by 18.10.2018 / 13:58
1
answer

How to Activate a Li Element from the url

Hi, I have a list of 3 elements and I need to know how I can put an element of that class="active" list from a call with @UrlAction. Thanks in advance INDEX WHERE THE LISTING IS THE ELEMENT IS TRACKING @{if (!User.Identity.IsAuthenticated)...
asked by 19.10.2018 / 09:09