Questions tagged as 'javascript'

1
answer

Specific hover for touch

Is there any CSS Hover for touch? Or way to emulate one with javascript that only activates if it is touch?     
asked by 05.07.2018 / 02:09
0
answers

How to execute a javascript function on the server side?

On the server side: return JavaScript("Callback()"); On the client side: function Callback(){ // } The result is displayed as "Callback ()" on the webpage, I took the example here . Any solution?     
asked by 03.07.2018 / 03:12
0
answers

Problems with monetary values in input

I have a table of properties in my database, these properties have their field "Value" which is ocmo decimal (19,2). I then have a system that registers real estate (that goes to the DB) and logically a field to insert the price of the regist...
asked by 03.07.2018 / 15:29
0
answers

Problem with the virtual keyboard of the "ngx-angular-material" angle together with the mask

I have a problem with the virtual keyboard of the angular "ngx-material-angular", when the input field has a mask and digit by the virtual keyboard of the angular mask is not respected, but when I type by physical keyboard the mask works perfectl...
asked by 02.07.2018 / 14:52
1
answer

Bug on the menu

I am developing a responsive menu where in the mobile version it is called through an icon, however on some occasions when we resize the page a click event stops working and the class (just below) .menu-mobile is not withdrawn <div class=...
asked by 02.07.2018 / 06:05
0
answers

Do you doubt how to create a custom map for web platforms?

I would like to ask for help in creating an interactive map, which I would be placing quadrants (example: x_y.png) and mounting to display to the user, but I am doubtful about which mechanisms to use, as I have no experience in subject and never...
asked by 02.07.2018 / 12:24
0
answers

How to use Observable to read another javascript file

In the company I work for I am forced to deal with some gambiarras and this is one more of them. It is as follows. I have an application in Angular 6 and I need to get the data from a .js file which is on a server that I do not have access to...
asked by 02.07.2018 / 06:49
0
answers

Error with BigQuery using GoogleApp

My worksheet was working normally, but this error started to appear. My account is business, so I have not activated the charge. I've done some spreadsheets and none of them needed this. Can anyone help me?     
asked by 05.07.2018 / 16:39
0
answers

Page Capture on external site (running javascript on this page)

There are several ways to read an external page with a component type AspHTTP.Conn, Dynu.HTTP, MSXML2.XMLHTTP, Microsoft.XMLHTTP. For example: <% Set XMLHttp = Server.CreateObject("Microsoft.XMLHTTP") 'CAPTURAR CORPO' XMLHttp.open "GET", "h...
asked by 05.07.2018 / 16:01
1
answer

Error executing unit test in KarmaJS

Good afternoon, When running the unit test in KarmaJS I have the following errors: I use AngularJS with RequireJS, AngularAMD and Instanbul.    ReferenceError: Can not find variable: module And when I change the line in the test.spec....
asked by 05.07.2018 / 19:23