Questions tagged as 'html'

2
answers

How do I get the value of a checkbox with javascript and move to another page?

I have 2 pages: A page that has a checkbox and a form submit button 2nd A page that shows which checkboxes have been clicked The problem is that I do not know how to pass the checkbox value from one page to another, could you help me?...
asked by 17.07.2017 / 20:05
2
answers

Hover and Disabled at the same time

I have 2 buttons. One I want to be disabled and the other is hover effect. When I do this way below the two buttons are hover effect. How do I make the button that is disabled have no effect? .btn-destaque{ padding: 25px 15px 25px...
asked by 18.07.2017 / 15:46
2
answers

Problems with 'onsubmit' in form and function 'setTimeout'

When I invoke the 'valid' function nothing happens. What is my mistake? I also need to make the 'valid' and 'like' message disappear after 5s (I could not use setTimeout) function dislike() { document.getElementsByClassName('esconde')[0...
asked by 14.07.2017 / 21:15
3
answers

Show or hide a div according to the selected option

I'm working with a registration system, where all employees will be registered, but not everyone will have access to the program. For this, I'm using a select with the level of access it will have. <div class="form-group"> <labe...
asked by 05.09.2017 / 15:18
1
answer

Layout with 3 columns in CSS

Does anyone know where to find material where I can have a north of how to make this color effect in the photos and how to divide into 3 columns with texts on the background image?     
asked by 05.07.2017 / 01:04
1
answer

Values adjustment bar

People would like to know if there is any component ready on the internet that makes me an element similar to the one in the image below I would like to know the name of this component also so that I can know how it works and where I should find...
asked by 04.07.2017 / 20:34
1
answer

How is the .js extension file created that is used by the browser when opening web pages?

How is the .js extension file created that is used by the browser when opening web pages? I am studying a website already created to understand the system of functioning of the sites. In the archives of this site, when saving the complete web...
asked by 04.07.2017 / 22:25
3
answers

JQuery does not execute correctly

I'm creating a sidebar that will contain some accessibility options. The big one is in parts the sidebar is working properly. 1st Clicking on the accessibility icon, the sidebar opens normally, if you click the icon again, it closes and click...
asked by 05.10.2017 / 15:42
3
answers

How to do horizontal scroll with divs the size of the screen

I have 4 div's who would like to set a% horizontal% to navigate them, but the scroll are the size of the screen (and I want them to be full screen size). I've been able to make an example, however, since the div's occupy the...
asked by 06.10.2017 / 16:07
2
answers

Select class from load

I have a page that loads by load from jQuery as shown below: <div id="result"></div> <script> $('#result').load('listar.php'); </script> On this page listar.php I have a list of data coming from the...
asked by 09.09.2017 / 04:25