I have the following container where I would like to keep divs on the same line:
HowcanImakethisalignment?Followthecodebelow
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width...
In the font given below, the logic fails to capture the click on the select element returning only the first option , and so it appears to be an index problem - selectedIndex .
Observe :
function selecionar(l...
I'm using bootstrap 4.1, I previously tried to use the h-100 class, and to no avail, even the chrome developer tools indicating that height:100% was applied to the elements. I decided to use a class like the attributes min-height a...
I made a new page for a site and I'm having trouble viewing this page on ie / edge. (basically it's just the margin-left of an element)
By searching I can not load a specific css if it is identified that the browser is ie / edge.
I tried t...
Ineedtoputonmysitejustasitisinthisimage.IalreadydidinHTMLandCSSthesquarewiththeprice.HomeIdonotknowmuchaboutJSandIcannotdothesquaresontheleft.HomeByclickingon"No Visit / With Visit" it must change the value of the price.
The buttons should be...
I have a function that is called here:
$("#valorPrimeiroPedido").focusout(function () {
var valor = $("#valorPrimeiroPedido").val();
calcularValorMercadoria(valor);
});
$("#valorPrimeiroPedido").val() alrea...
I'm trying to put a button by append taken via ajax. After being placed in html , button stops working, (everything works normally after refreshing the page, because it 'catches' the database data), I already researche...
I want to make a tooltip appear when the button is off
link saying that you need to mark the terms box, once you mark it the tooltip disappears. Can someone help me ?
Thank you
<!--Loja | INICIO-->
<section class="container"...
First of all I wanted to inform you that I'm a beginner in programming, I'm learning on my own.
I have a doubt, I do not want hand-coded kisses or anything, just an explanation so I can put it into practice.
I was surfing the internet and...