Questions tagged as 'html'

1
answer

How to align 'N' divs on the same line?

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...
asked by 30.10.2018 / 19:52
2
answers

How to get the value of some select item when clicking on it

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...
asked by 10.05.2018 / 17:47
2
answers

How to add 100% height to a Bootstrap 4 column

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...
asked by 16.05.2018 / 14:13
1
answer

Change css when the site opens in ie / edge

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...
asked by 30.04.2018 / 05:08
3
answers

How to make these radio buttons to the checkbox style, and change the value of a text depending on the choice? [duplicate]

Ineedtoputonmysitejustasitisinthisimage.IalreadydidinHTMLandCSSthesquarewiththeprice.HomeIdonotknowmuchaboutJSandIcannotdothesquaresontheleft.HomeByclickingon"No Visit / With Visit" it must change the value of the price. The buttons should be...
asked by 02.05.2018 / 17:45
1
answer

Problem with Mascara Currency and calculation

I have a function that is called here: $("#valorPrimeiroPedido").focusout(function () { var valor = $("#valorPrimeiroPedido").val(); calcularValorMercadoria(valor); }); $("#valorPrimeiroPedido").val() alrea...
asked by 05.04.2018 / 16:30
1
answer

Button does not work when using append / prepend

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...
asked by 11.02.2018 / 16:41
2
answers

Tooltip when disabled?

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"...
asked by 04.02.2018 / 04:03
1
answer

Make Bootstrap 4 use 100% of screen height

<div class="container h-100"> <div class="row justify-content-center"> <div class="col-4 my-auto"> <div class="card"> <div class="card-header"> <div class="row">...
asked by 14.02.2018 / 13:10
3
answers

Changing site color via GET parameter

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...
asked by 17.02.2018 / 05:57