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)...
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...
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...
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!...
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...
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...
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++) {...
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...
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...