Questions tagged as 'javascript'

0
answers

Hide Google user profile photo of site when logged in

Good afternoon, I'm making a website for a client, it has interaction with the Google Maps plataform, when the user is logged in to his google account, his photo appears in the maps, my client would like to disable it, I explained that only the...
asked by 09.11.2018 / 14:44
1
answer

Store "do not show again" with localStorage

I have a div that can be hidden when you click a button: $(".fechar").click(function(){ $("#mensagem").hide(); }); <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script><divid=...
asked by 08.11.2018 / 16:15
2
answers

Error with property checked and value in Angular

I'm trying to use a code to get the value of the selected radio button and I'm encountering the following errors:    The 'checked' property does not exist in type 'HTMLElement'.    The 'value' property does not exist in the NodeListOf...
asked by 09.11.2018 / 02:57
2
answers

How to pass data via get?

I have a problem. I need to create a page that lists all the records with the selected category.    Code where the person selects the category and when clicking, sends to the   page. (This code is working fine, just put it for better understa...
asked by 09.11.2018 / 13:36
0
answers

How to get file in notes (csv) using javascript, open it and allocate the lines of it in variables?

I'm trying to upload a CSV file using IBM Notes. I have the function that uploads the file working. The problem is to open it using javascript inside Notes and read the file in CSV. I tried to use the FOpen command available in JavaScri...
asked by 06.12.2018 / 15:38
0
answers

How popular is a bar chart with JSON data returned from Action to the View?

I have a question about how to pass the contents of my JSON to my chart: //Aqui tenho uma requisição para a minha Action e que retorna um JSON $.ajax({ url: '@Url.Action("RetornaRankingProdutos")', method: "GET" }).done(function (respo...
asked by 04.11.2018 / 04:09
1
answer

How to keep the Scroll in the last position after refreshing the page

I made a few attempts, but I was not successful ... The priority is to be in pure JavaScript ... But as I could not, I tried with jQuery as well. The situation would be, each time the user increases or decreases the amount in the input, the p...
asked by 07.11.2018 / 13:51
0
answers

How do I add a WFS layer created in Geoserver on my map made using OpenLayers? [closed]

I'm a bit of a layman on the subject of maps because I'm studying shortly, but my problem is this. I have a table created in PostGIS , with coordinates and data. I've integrated it with Geoserver to use on the map, but I can only run...
asked by 05.11.2018 / 14:30
1
answer

The route does not run when you call after PayPal checkout

The successful route is not activated after the PayPal checkout that redirects to / success PS: My view is in react. This is the part that is not being called when access / success app.get('/success', (req, res) => { const payerId...
asked by 27.12.2018 / 14:47
0
answers

Webpack does not use Babel to transpile

Whenever I run the build of my project, the output is always the file generated by the webpack, with no signs that it has passed Babel. My settings look like this: package.json { "name": "webpack-test", "version": "1.0.0", "descriptio...
asked by 27.12.2018 / 11:31