When I create a Form using JS to open the Button of a Button, the text of the Button is deformed.
#openSendForm{
background: #0ebd64;
position: absolute;
width: 250px;
height: 50px;
right: 70px;
top: 15px;...
Checking the app built by Philip Roberts ( link ) that demonstrates how the browser and webapi event loop works, I noticed that only when we use callbacks calling methods like setTimeout ..., there is manifestation of webapi to consider this cal...
How do I get the result of a json and play straight into a table from my td? Is the form of getJSON right?
<script type = "text/javascript" language = "javascript">
$(document).ready(function(){
$.getJSON('../js/gcs.json', f...
I have 2 inputs of type radio . In them, I'm trying to trigger my JS method. However, clicking on the radio button , nothing is done. You do not even want to get to the JS function:
function onView1(){
alert("oi");
var x = docum...
Personal I need to record 2 fields of the login screen of my program, I want to give facility to the friend that has logged in, he does not need to enter things like company code, and email. I tried to use the autocomplete but it did not have an...
I have the following inputs:
1st Cost, where I inform the value of 6,23
2nd Margin, where I enter the value of 29,21
The JavaScript does the automatic calculation and returns me 8,05 in value
Well, that's all...
I have a site in HTML, in the index I put a modal to open as soon as the person enters, this modal is to collect the person's email, however every time the person updates the site the modal reappears .
I would like to know if you have something...
I have the following code:
<div class='premios text-center col-xs-12'>
<div class='div-img-premio'>
<img class='img-premio img-responsive' src='$imagem'>
</div>
<p class='nome-premio'&g...