Questions tagged as 'javascript'

1
answer

Update number every hour with setInterval [closed]

For now I have only been able to do this code var time = 1; var myInterval = setInterval(funtion(){ time += 1; },3600000) }); I need a div, each time the number is increased after one hour, <div id="time">1</div> The pr...
asked by 13.02.2017 / 18:16
2
answers

Do you know how to access the rows resulting from applying a filter in a spreadsheet using Google App Script?

Good, I want to access the rows resulting from applying a filter on a sheet spreadsheet but it is impossible, I can not do it in any way, it always takes me all. I thought it read in some pages that at the moment there was no way (long entries)...
asked by 12.02.2017 / 22:18
1
answer

How to add one diagonal after another, in an automated way?

What I would like to do is to be able to add a double diagonal every time there is a simple diagonal within my url that I get since my original purpose is to save the address of an image in my database but it only saves one point And not all the...
asked by 13.02.2017 / 18:14
3
answers

Show label to when passing pointer

Good I have the following problem, I'm making a page, and I have two labels and I want that when I put the pointer over one of them, I just see the other label, which has an icon, some idea? <a href="edit.php">Editar</a><a...
asked by 30.01.2017 / 22:13
1
answer

How can I add events to the FullCalendar from a database in Postgres

good morning. My problem is that I have a system made in JSP which I added the free code of FullCalendar but I want to add events that I have in a database made in Postgres, the problem is that I do not know how to enter those events that I r...
asked by 27.01.2017 / 17:01
1
answer

How do I call AJAX with angularjs 1.6 and laravel 5.1? [closed]

I am trying to make an AJAX call from angular 1.6, my project is synchronized with laravel 5.1, I have a connection to the bd and I already check it, I just need to download the data and save it in vectors of js, each column a vector !!! Bein...
asked by 30.01.2017 / 17:11
3
answers

How to get the value of a select through your class?

Currently I would like to know how I can take the value of a select numeric or chain through your class, as I have achieved but it is through your id, there is nothing wrong with anyone is possible to perform the operation, I just wanted to do i...
asked by 27.01.2017 / 16:16
2
answers

draggable does not apply to element created using append

What can I correct so that the .draggable() method is applied correctly to the elements created using the add button? $(document).ready(function() { $('.drag_drop').draggable({ addClasses: false, containment: "par...
asked by 22.03.2017 / 17:27
1
answer

latitude, longitude null with google maps Geocoder

I'm doing that when I enter the address I show the latitude and longitude but it comes out null or empty, I do not know if I'm missing something this thing: function initMap(){ var map = new google.maps.Map(document.getElementById('map'), {...
asked by 23.03.2017 / 20:50
2
answers

res.json is not a function

This is my endpoint router.post("/users/github/:code", function(req, res) { var state; fetch('https://github.com/login/oauth/access_token/', { method: 'POST', headers: { Accept: 'application/json', 'Content-...
asked by 22.03.2017 / 20:17