Questions tagged as 'javascript'

0
answers

Pass an Array to Autocomplete jQuery-UI (ASP.NET)

I'm using the Autocomplete of jQuery UI, the point is that I receive an array from my controller and it does not show me the data (ASP.NET) <script src="~/Scripts/jquery.unobtrusive-ajax.min.js"></script> <script src="~/...
asked by 07.06.2018 / 02:54
0
answers

Is there any way to use a scrollbar component with Vuetify?

I am using Vue with Vuetify and I would like to know if there is any way to change the look of the navigation-drawer scrollbar using the following component link however I do not see that it really works, it does not give me any errors in the...
asked by 11.06.2018 / 21:37
1
answer

How to group elements by months in vue

I have a set of data similar to this: [{fecha: '01/06/2018', pago: '30', id: '-LDviH9T9XripkL64-8y'}, {fecha: '02/06/2018', pago: '20', id: '-LDviH9T93spkL64-8y'}]. How could I group the elements by months and add the totals? For example:...
asked by 05.06.2018 / 22:07
1
answer

I get "Can not read property 'apply' of undefined" by passing an array to "dom-repeat"

When a dom-repeat passes an array that is inside an object, I receive this error: "Cannot read property 'apply' of undefined" This is the code: <link rel="import" href="../bower_components/polymer/polymer.html"> <dom-m...
asked by 06.06.2018 / 13:27
0
answers

Paginate is not a function

Partners help me! I want to paginate the results of my Artist model extracted from mongoDB but the following error appears: Artist.find(...).sort(...).paginate is not a function This is my model const mongoose = require('mongoose'); cons...
asked by 05.06.2018 / 05:12
0
answers

How do I use javascript so that the browser can download the generated file?

I have a server app that returns an xls file, and from javascript I make the POST call, so that when I return the file, hide the gif of "loading ..." and allow the browser to download the file. If I do $ ("#respuestas_form") .submit (); it works...
asked by 07.06.2018 / 15:05
4
answers

upload jquery ajax image and other data in the same form

as it turns out that I have a form to send with ajax which contains a series of fields plus an image and I do not know how to send the image for the server to process, I put the code that I've been carrying so far ... Send it to me everything is...
asked by 07.06.2018 / 15:15
0
answers

error when connecting an api modularly with browserify in javascript

I have this project where I connect with an api of series and I do it modularly using browserify but the web app does not want to connect with the api even though the console does not throw an error when I execute it with the command, I do not k...
asked by 05.06.2018 / 18:06
1
answer

Count the number of records in my BD ManyToMany

I do not know how to explain to me so that they understand me, I even think that I asked the question badly, let's see, I need to know how (I better put examples), I have a reservation table, and a food table, their relationship is much To much,...
asked by 05.06.2018 / 19:05
0
answers

Help with my project

I am creating a quote system with SQLSrv, I already have the part to see the quotes. link I have created the part of invoice , which is where you see the quotes made. link My Problem is this, I can not make the part to create the...
asked by 06.06.2018 / 04:16