Questions tagged as 'javascript'

0
answers

Simpl-Schema Error in MeteorJs

I'm using MeteorJs, I'm new and I'm developing an app. TypeError: func is not a function I have this error that I do not know what is due: W20180704-19:24:46.581(-3)? (STDERR) throw error; W20180704-19:24:46.582(-3)? (STDERR)...
asked by 04.07.2018 / 22:37
1
answer

how do I make the click counter not erase

I have a click counter on a button, but I want the number of clicks to be fixed, not to be deleted when a new visitor enters, if not, to continue showing the amount that is has done, without using mysql or php code: <button id="view"&g...
asked by 05.07.2018 / 01:24
0
answers

Error loading images with p5.js on a server

The error occurs when loading some images on a godaddy server, on a local server with nodejs I do not get an error but in godaddy they do not load the images I get the following error: p5.js says: It looks like there was a problem loading you...
asked by 04.07.2018 / 22:04
0
answers

Modal window from PHP

I have this publication that is a link all of it. What I want is that when I click open a modal window to show it in more detail, I have no idea how to do it, or how to pass the variable php to the modal window js or anything, I need help!...
asked by 04.07.2018 / 10:58
1
answer

Obtain value of an attribute of an object in javascript

I have an object that has an attribute formed by more attributes, something like this: '.texto': { fill: 'black', ref: '.body', 'ref-x': 0.5, 'x-alignment': 'middle', 'ref-y': 55, 'y-alignment': 'middle', 'text...
asked by 04.07.2018 / 11:34
0
answers

Get longitude and latitude within Mapael Js

I'm using Jquery's Mapael js plugin to draw a map in svg, I'm looking for some function that returns the latitude and longitude of the point where you click with the mouse, the documentation in the functions is not very good Let's say, I hope an...
asked by 03.07.2018 / 16:08
1
answer

Send js list to a Spring Java controller

I hope to receive a list in my controller that is sent by ajax , in Java but I get an error:    Non-type collection, that is, it does not match. Any other way to stop it? JavaScript var itms = []; for (i = 1; i < 10; i++) {...
asked by 03.07.2018 / 16:10
0
answers

FileReader, return the response from reader.onloadend

I need help, I have this code to get the UUIDS of the xml loaded in my form, first I have $ .each to go through the input type = file and for each input get the uuid and put it into the uuids array, what I need is that when I finish the input pa...
asked by 03.07.2018 / 16:13
1
answer

How to format simple date in vuejs2 with a filter?

I receive a json query object to an api, but the format I get is the following 2018-07-03T05:47:00.000Z although I need to simply show this 2018-07-03     
asked by 03.07.2018 / 07:26
0
answers

Send Bytes Array. Error 414, Request URI Too Long

I'm trying to insert a byte array by API. The call is made from a Web (Angularjs + PHP) The API that receives it is developed in .NET The problem with which I find myself is the following. We launch a GET request to a URL, along with a...
asked by 03.07.2018 / 12:10