Myproblemisthatintherightcorneroftheplayertherearesomegraylinesthatleavethelookugly.However,whenIswipeinIE,itdoesnotdisplaythelines.Doesanyoneknowwhatitcouldbe?Followthe code in Pastebin . I thought I'd better put it there that's easier for ever...
Does anyone here know how to create a responsive website from scratch?
Without using a framework like Bootstrap?
I need this because I get layouts in PSD all custom and it would be easier to create from scratch, since in a period not too...
I'm creating a test page to see if I can use it, learn it, and then move it to a larger project.
My problem is this:
I create the submission form in HTML, I do the search in BD with PHP, but I can not return the search result in PHP to PHP...
Hello,
I'm applying the following function in my AngularJS controller:
$scope.cancelChanges = function() {
$scope.name = $scope.namebackup;
$scope.$apply();
};
However, when I run $ apply (), it shows me the following...
I have a div that I would like to hide and display through a button. However when I click this button, instead of hiding / displaying the div, the form ends up being sent. See the code snippet below:
<form name="form1" class="form-horizonta...
I would like to know how I can make the script below work as follows in case it is a countdown timer, but in case it counts up a date posted on it and comparing it with the current date by counting in the case there When it reaches 0 , the...
I'm making a program that allows the user to enter the ID of the person in question, and then displays all the data in a table.
So far, I have these two codes:
<!doctype html>
<html lang="en">
<head>
<m...
I have a field to insert a monetary value into an array but the mask only works on the first input, when I add new line the mask does not work.
In this line $ ("# finTpVal"). maskMoney ({symbol: 'R $', already tested with id and input class...