Questions tagged as 'javascript'

0
answers

Back-End MVC (Laravel) Real Time with Json

I did a Laravel course, and I did my application in MVC, however, there are balloons, which I load in JSON, click the "login" button, open the login balloon, there are CRUD functions. can I do the MVC system in this way? The balloons are in the...
asked by 26.08.2017 / 17:22
0
answers

Is it possible to set a size for AmFunnelChart slices?

I'm creating a dashboard to display customer data, and I had the idea to use AmFunnelChart to create an information funnel from a user's workflow. But when I make some funnel with very high data, it turns out to be very disproportionat...
asked by 22.08.2017 / 00:24
1
answer

Create a filter using Jquery

I'm doing a filter in jquery but I'm wrong in my logic somewhere and I can not seem to get out of the way. My filter is not fading with some words that I type, it brings me the whole block, even the typed word not being in the item. I'm having t...
asked by 22.08.2017 / 14:07
0
answers

Insert values in the chart

I'm trying to put the values in the bar chart, but I'm not getting var especialidade = []; var totais = []; function especFn() { $.ajax({ url : 'function/especialidade.php', type : 'post', dataType : 'json',...
asked by 21.08.2017 / 23:36
0
answers

Do not repeat javascript protocol number [closed]

I would like you not to repeat the values, and in the click show the code already without repetition var vetor = []; var auxiliaProtocolo = document.querySelector(".type"); var limiteMaximo = CheckMaxProtocol(); var botao = document.querySelec...
asked by 11.08.2017 / 21:10
0
answers

Geolocation and Time Zone [closed]

I'm creating a WordPress website for a Portuguese teacher for foreigners, I put a schedule page with a calendar so that the person can choose the date and time for the class, but since it will attend the whole world, the time would have to appea...
asked by 12.08.2017 / 17:50
0
answers

Google API HeatMap

I was working on a project that involves taking coordinates (lat and long) and using them to create a bullet map (which is working) and a Heatmap (which is the focus of the problem). I used an example of this link example and adapted it to my...
asked by 25.07.2017 / 23:06
1
answer

Generate and format dates with Moment on Nodejs

I'm trying to use Moment to format dates in this way YYYY-MM-DD HH:mm:ss and would like to determine a time period between 00:00:00 p.m. yesterday and 23:59:59 today. Example: Considering today as 07/25/2017, it would look like:...
asked by 25.07.2017 / 22:46
1
answer

Read Javascript on all ForEach items

Well, I have a foreach that loads several inputs, and I want my javascript code to read on all the inputs generated by foreach, can anyone give me a hint how to do it? Example <c:forEach items="${listaServico}" var="lista" <input id=...
asked by 26.07.2017 / 03:33
0
answers

Force F5 on page [closed]

My problem: I register an information through a modal dialog, when I click save, this information does not automatically list in the listing in IE, but in chrome it works normally. In IE I need to give an F5 in the listing to appear the new reco...
asked by 24.07.2017 / 18:08