Questions tagged as 'javascript'

1
answer

Generate an array from a query in mongoDB (Mongoose)

Good morning! I need the data from a mongo collection on the front end. I'm using Mongoose as an ODM, and I was a little lost in sending the data to the front end. In the query it returns me the documents in the collection, and then I need...
asked by 01.08.2018 / 14:09
0
answers

Help with authentication API REST IONIC 3

I'm new to development with ionic, and I need to login to an API, where I need to pass the login header and password in the base64 format, and also need to send the device data through the body ... I already tried everything by google and I coul...
asked by 01.08.2018 / 03:17
0
answers

ModelAndView spring mvc with jquery or javascript

I would like to know if there is any way to manipulate an object created by the Spring mvc ModelAndView in javascript. Example: I want to add the object through ModelAndView, convert a json and work with it in javascript. public ModelAndView p...
asked by 01.08.2018 / 01:51
0
answers

Error setting coordinates in google maps with vue js

I have a problem with setting the google maps api javascript points. At the time I get the coordinates of the variable, and hedge on my map it restarts the component and erases the value of the variable. how to do it so that it does not restart...
asked by 31.07.2018 / 19:43
0
answers

Capture Page Reload action

How to catch the action of the user when he clicks on the arrow to reload the page or when he enters the URL in google chrome. Using javaScript.     
asked by 31.07.2018 / 21:24
0
answers

Facebook Graph API - different values for actions between Facebook and API

I'm using the Facebook API (Ads Insights) to return campaign actions. However the value returned by the API does not match any value shown in Facebook's own publication My JavaScript Request var d = new FormData(); d.append("access_token"...
asked by 31.07.2018 / 22:19
0
answers

Error Request Ajax and jQuery versions

I have a problem understanding and solving a problem with an Ajax request I need to make. Here is a list of the subject sequence that I will say: Explain what I need; Explain what I want to do; Show how you are currently; Show the so...
asked by 31.07.2018 / 19:31
0
answers

Generate chart using ChartJS on Express

I'm trying to render a chart using ChartJS. I'm using nodeJS (Express) and mongoDB. The idea is to get the data from the bank, go to the front, and from there, render the chart. I already have a little notion of how to do this, one option wou...
asked by 30.07.2018 / 16:12
1
answer

How to validate the return of a value using Jquery on a component that does not support ClientIDMode="Static" in Asp.net?

When using ASPNet WebForm, ID of components are dynamically changed, but this component can not use ClientIDMode="Static" to keep the same ID. example : <asp:HiddenField runat="server" ID="MenuSelecionado" value="processo" />...
asked by 30.07.2018 / 16:02
0
answers

DOM taking too long to respond

Next, I have an application that loads quickly inside .NET, it takes 1.423s for the respond method, but when it goes to the VIEW it's taking longer ... It's like something is holding the screen release. Numberofrecordsreturnedpermethod:"l...
asked by 30.07.2018 / 13:36