Questions tagged as 'javascript'

2
answers

Why does IE8 not recognize the JavaScript .Click event?

I'm making an application in which I need to send an asp button by means of JavaScript after uploading a file in a FileUpload, I use the document.getElementById('nameButton').click(); sentence in Chrome, Firefox works correctly but in IE8...
asked by 07.02.2018 / 16:07
0
answers

Where do I find the malicious code of the JS / Coinminer.V virus?

A client has a web page infected with the JS / Coinminer.V virus, I would like to know where I find happy code, does anyone know how to find it in the code of the page?     
asked by 16.02.2018 / 17:24
0
answers

undefined by selecting the value of the id attribute of a html button then adding this button by means of ajax jquery

It happens that I load some buttons by means of the append method of jquery, this in the success of an ajax call to the server to obtain some values that I will put in the id each button as well as in its value. When the page loads, it shows...
asked by 16.02.2018 / 16:31
1
answer

JavaScript asynchronism

I have a problem with my code. It does not run in order, making a getJSON request takes a bit. $(document).ready(function(){ var channels = ['ESL_SC2', 'OgamingSC2', 'cretetion', 'freecodecamp', 'storbeck', 'habathcx', 'RobotC...
asked by 20.02.2018 / 05:30
0
answers

Send the value of a div or input to a form

I am a web designer and I have a need with a client. I think it's simple that's why I'll try to do it myself. My client has a web catalog. Each product has a code. As it is not an ecommerce, I need to click on the product to open a form with...
asked by 19.02.2018 / 20:11
1
answer

Modify StyleSheet from JS console

Good evening everyone, My question comes because I can not find a way to modify the style file from the JavaScript console, what I want is to make the input filter visible, I tried for example with $(".dataTables_filter").display = "true";...
asked by 20.02.2018 / 00:10
1
answer

Generate a result for each document.getElementById

I have the following code js that does the following: Shows in an orderly fashion what it recovers from an array in a select but I do not know how to make print on it if the selected product is solid or liquid .. I have blocked, and therefore...
asked by 03.02.2018 / 20:42
0
answers

Problem to apply type effect (fadeIn) to different background-image

My problem is this: I'm making an application that displays a series of elements. On the left is the browser with some buttons to access the corresponding content. Each time a button is pressed, the window changes, with the background,...
asked by 06.02.2018 / 09:54
0
answers

Working with objects in services Angular 4

I'm trying to work with this JSON: {"code":"OK_BEER_100","beers":[{"avaliable":true,"_id":"5a71d971734d1d71dd530b5e","numberbeer":1,"name":"Alhambra 1925 Updated","type":"Baja","origin":"Granada","percent":33.3,"ibus":15,"halfpint":"3.5","full...
asked by 06.02.2018 / 10:13
0
answers

Problem with special characters Highcharts JS [Ubuntu]

I have a web application where I use Highcharts. The whole web has the encoding utf-8, but when I show the titles of the graphics created with Highcharts, the accents appear as shown in the image. However, if I start the app on a Windows machine...
asked by 02.02.2018 / 15:34