Hi, I do not know how to do to see that my 'x' which is the rover of the game moves through the grid, not only update the coordinates but I want that after some movements, the 'x' change position. I have done rover.pin ++ when standing in the no...
I'm doing a very simple "news load" and when I speak of simple, believe me it's very simple ... I have a table where I load the titles, and a little picture on the left and a summary. It has more to the right a button where the user enters to re...
I want to put a gif which should only be played once and be paused in the last frame.
Currently in the html I have this:
<div class="img"></div>
and in the css I have this:
.img{
background-image: url(image/login.gif);...
Because I want eblace to open in the same tab, I have not added any target, since it is assumed that "_self" is the default one. However, only with this code, does not open any link:
<!DOCTYPE html>
<html>
<head>
<st...
I'm getting data from a table with the following code
$("#table_repuestos td").each(function(index) {
alert($(this).text());
});
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
&...
Good morning. I have a form that collects the data that is inserted and sent to a page in php in charge of making the shipment. The whole process is done well, except for the field referring to a select, whose field is not sent, even in white. I...
I'm working on a project with the Google Maps API, I've been guiding myself with this Example that gives the same page of the API " Place Autocomplete and Directions "
Try to do mine by guiding me by example, replacing class Aut...
Could someone tell me why my script in a new document in which I only copy the script does work though when I put it in an html document?
Thanks in advance.
The code is this:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//...
I had the need to obtain some values from the data attribute
I have the following:
<img data-bind="attr: {src: app.utils.getFavicon('http://gamovideo.com/9tbtyuoti8ae')}" src="http://www.google.com/s2/favicons?domain=gamovideo.com...
I was developing the game of the comet in js, based on the guidelines indicated at www.w3schools.com.
My problem is that after pressing the pause button ('spacebar') the keyboard driver stops listening and, therefore, there is no way to resum...