Questions tagged as 'html'

1
answer

How to maintain the previous status of the checkbox?

I need to keep the previous state of the checked variable from input type checkbox after the page loads. In the current state, every time it is loaded, checkbox returns the unchecked condition. I would like a solution thro...
asked by 01.10.2017 / 05:40
1
answer

How can I hide or show a div from one page to another?

I have a file where people write in the fields: <div class="banner-bot" > <div class="container"> <h2>Registar</h2> <p>Preenche os dados para criar a tua conta. Quando te registares irá ser enviado um emai...
asked by 12.10.2017 / 19:57
1
answer

How to leave the last TR width of the bootstrap table size?

I have the following table: <div class="col-xs-8 col-sm-8 col-md-8 col-lg-8 col-xs-offset-2 col-sm-offset-2 col-md-offset-2 col-lg-offset-2"> <h3 class=" text-center">Treino 1 para o aluno: Y</h3> <table class="...
asked by 18.11.2017 / 17:29
2
answers

Place item side by side with border redond CSS

I'm developing a web application, and I would like my icons i class="fa fa-user" and i class="fa fa-shopping-cart" to be side by side and I wanted to keep a circle around each one but I can not. <div class="col-6 col-m...
asked by 26.09.2017 / 23:40
1
answer

News System Doubt

I made a news system, there at index.php appears a brief summary of the news, there when the person clicks on "See more" she sees the full news. But "See more" is a 'href'. And I do not know how to handle GET method in php. Code that is in in...
asked by 07.11.2017 / 11:13
1
answer

How to KEEP ONLY what was filtered in AngularJS?

I have the following AngularJS file: <script> angular.module('meuModulo', []) .controller('mercadoriaCarrinho', function($scope, $http) { var ctrl = this; $scope.listademercadoria = [];...
asked by 27.09.2017 / 18:59
1
answer

Tabs within a modal when clicking the modal disappears

I'm implementing a modal and inside it I'm putting tabs . However when I click on any tab tab the modal disappears. Look at the pictures. I use bootstrap. Notethattheurlchanges..howtosolve??Myhtml            Cheers    <divclass="co...
asked by 03.11.2017 / 12:25
2
answers

Dropdown menu with javascript

I'm trying to make a dropdown menu just by changing <div's> with Js. Is there any way to use only function() to change <div's> ? The only solution I found is to create a function() for each <div>...
asked by 02.11.2017 / 23:40
1
answer

Script under 18

I am making a registration that is only allowed for people over 18, I made a script that is catching two days ahead in the case today and day 02/11/2017 then only users who were born on 02/11/1999 to low can register only that in this script I d...
asked by 02.11.2017 / 14:44
1
answer

Increase font size JavaScript / HTML / Jquery

I know I've asked a similar question, but can anyone help me with this, I've done an application in HTML / JavaScript / Jquery ... and I need to change the font of EVERY TEXTAREAS with a button, look, the user clicks add textarea, also adds a bu...
asked by 25.09.2017 / 05:07