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...
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)...
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...
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...
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...
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...
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...
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...
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'), {...
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-...