Questions tagged as 'javascript'

0
answers

Create an address search in a google map [closed]

I'm creating a street address search engine, so I'm guiding myself with this post: link What I need to change is to divide the program into two pages ie on the first page1.php contains the input of the search and then by pressing the but...
asked by 02.08.2016 / 20:40
1
answer

c3.js stacked area graph with negative values

I'm doing a stacked area chart with c3.js, but the graph does not look good when negative values are used. Example (Also available in JSFiddle ): var chart = c3.generate({ data: { columns: [ ['data1', 300,...
asked by 04.07.2016 / 07:45
1
answer

Show view with variable content mvc [closed]

Good day I need help in the following, I am working with mvc I want to have a news section and when I click on "Read more" I load a partial view but on another page, which content is variable according to the link that I select, I have tried to...
asked by 01.07.2016 / 14:25
2
answers

Totalize values from javascript columns

Good day  I have the following code that creates a dynamic table from an array. var data = [ {id:1, land: 'FINCA1', product: "ROSA", week:25, quantity: 2000}, {id:1, land: 'FINCA2', product: "ROSA", week:25, quantity: 1900}, {id:1,...
asked by 16.07.2016 / 15:29
1
answer

AngularJS: "angular-update-meta" does not work when sharing URLs on social networks

What happens is that for example, Facebook takes the static metadata from the index.html and not the ones that update angular-update -meta This is my project, you can see the source code, it's not minified: geekmox.com . In the Facebook Shar...
asked by 28.07.2016 / 11:49
0
answers

Error with the Vegas plugin

This is the code I am using: The vegas plugin is not working for me. I do not understand, what I'm missing. <!-- JQUERY versión 1.12.4 JS--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js">...
asked by 09.06.2016 / 15:15
1
answer

Google Charts from PHP and JavaScript

I am developing a small tool to perform dynamic reports on a ticket tracking system. So far I'm doing the reports by hand, but I want to automate it. In these reports I would like to add some graphs that feed each month and form a small big d...
asked by 17.06.2016 / 03:35
0
answers

input type file multiple argument type mismatch

I am trying to implement a functionality in which you can upload as many files as you wish to select to the server. I'm doing it with: <form id="uploadForm" action="uploadFilesDPT.do" styleId="withoutPadding" method="POST" enctype="multipar...
asked by 15.06.2016 / 12:49
0
answers

Uncaught TypeError: e.plugins.wplink.close is not a function

Currently I have a problem with Wordpress, especially with the administrative part where every time I press a button to save a content (Be link, image, text ... etc) does nothing, no action and the message is triggered in the console: Uncaug...
asked by 15.06.2016 / 16:27
0
answers

How can I upload images to parse server from express

express code app.post('/upload', multipartMiddleware, function(req, resp) { var restaurante = new Parse.Object("Restaurante"); var logo =(req.files.imagen); var file = new Parse.File("logo", req.files.imagen); restaurante.set("logo",...
asked by 06.07.2016 / 20:57