Questions tagged as 'jquery'

0
answers

Identify and list which users viewed a post Laravel

Good afternoon, for the purposes of studies, I'm creating a system of communications, where users register communications in a timeline, but I came across the following doubt, How would I show which users viewed this release? Announcements are s...
asked by 06.03.2018 / 17:31
2
answers

Release button save with permission

I have a register table in a modal, it has the save and cancel button, only when filling all the input and select obligatory it releases the save, and saves in the database, everything is working, but if I go in the change it brings all the opti...
asked by 20.02.2018 / 17:25
0
answers

Jquery Ajax - Problems rendering graphics using jquery request

I'm developing a web application that aims to generate monthly reports of some information coming from the mobile application. Since I have little experience with Jquery, I'm having trouble uploading the information on the chart. I'm using the...
asked by 20.02.2018 / 15:09
0
answers

Jquery loop to read 3 objects and create 3 dataPoints for charts canvas

I am trying to loop on this request AJAX . In the first event success , I make a second AJAX call that will return - in this case - 3 JSON objects. My question is how to create, in the second event success , 3 dataPoints th...
asked by 19.02.2018 / 21:55
0
answers

How to perform an enter action on an input in Google Maps SearchBox

I'm using the Maps v3 API, but I'm having a hard time clicking a button to trigger the SearchBox action to find the address on the map as a trigger trigger a enter event, follow the example below: <!DOCTYPE html> <html> <h...
asked by 27.02.2018 / 21:41
0
answers

Auto refresh browser

Good afternoon, I'm doing some testing on trello and I liked the function where when a card is created, another computer receives the notification and this same card appears without the need to update the browser. I would like to know how this w...
asked by 26.02.2018 / 20:22
1
answer

Go back to same page after the crud of a modal

I have a page with a datatable, in the select event of this table open a modal passing the selected registry id to modal, in the modal I delete this record, shortly after I close the modal and redirect to the page that was previously , but the t...
asked by 26.02.2018 / 20:12
3
answers

How to change right after scrolling on navbar

Hi, I have a jquery plugin that I want to use. I have a jquery plugin that I want to use. : <script type="text/javascript"> $(window).on('scroll', function(){ if($(window).scrollTop()){ $('nav').addClass('color');...
asked by 25.02.2018 / 17:11
0
answers

Image Upload with Ajax (fakepatch) for PHP

I'm getting data from a form (HTML) to register in my database, the data is coming in the following way in the Firefox Console. link . In my view the problem apparently is in the variable $ _FILE that can not get the file with this fakepatch, w...
asked by 17.02.2018 / 20:29
2
answers

How to add values from multiple strings to another without losing this value?

I want to add values to a variable inside a for as follows: function gerarcods(){ var alfa = $("#nalfa").val(); var qtdcods = $("#nqtdcods").val(); codigos = ""; for(i = 1; i<= qtdcods; i++){ str = alfa+i+",";...
asked by 21.02.2018 / 02:47