Questions tagged as 'html'

2
answers

How to concatenate in a string what was selected in a select multiple

Hello. I have the following code: <select id="idselect" class="ui-corner-all ui-widget-content" multiple="multiple" name="idPosto" style="padding: 3px 4px;"> <option value="1"></option> <option value="2"></option>...
asked by 01.07.2015 / 01:49
2
answers

Enable select HTML with

I have a table, where fields start disabled, and in a checkbox I choose which field to enable. Tagged input , works perfectly. But when I try to use with select the same script does not work. I tried to add this method only to...
asked by 23.02.2015 / 13:10
2
answers

How to make button stay with another color when clicked and selected

I would like to know how I can use javascript to change the color of the button after it has been clicked; that is, below in the code has 2 formats. If you click on the A1 format, the button where the div is will change color and the color will...
asked by 10.02.2015 / 18:53
2
answers

Hidden fields appear / modified with a select multiple

Hello, I have the following select: <select name="hierarquia[]" multiple> <option value="Usuário" selected> Usuário</option> <option value="Moderador" selected> Moderador</option> <option value="Adm...
asked by 01.03.2015 / 06:51
2
answers

Working with Iframe

How to run the tag: <iframe src="http://localhost.com/web-p/index2.aspx"></iframe> Waiting for the iframe to complete loading the page to proceed with other things. Example: function onIframeCompleto(){ alert('o site...
asked by 20.02.2015 / 19:20
2
answers

DIV only clickable if RADIO is selected

I would like my <button id="bottaaoPA">Comprar</button> to only be clickable if radio was checked. Code: $(function(){ var contador = 0; $('.pa').click(function(){ if(contador === 0) {...
asked by 25.01.2016 / 19:55
1
answer

Change of Tabs

I have a tab menu that as you select the tabs will change the content. Change tabs: <script language="JavaScript"> function stAba(menu,conteudo) { this.menu = menu; this.conteudo = conteudo; } var arAbas = new Array(); arAbas[0]...
asked by 25.06.2014 / 16:48
2
answers

How to clear screen data?

I would like to know how to call the same screen only with the empty fields! That is, the same screen only from the beginning, without the information that the user informed! Example fields: Fields     
asked by 27.06.2014 / 15:48
1
answer

Images google chrome and IE

I'm making a website in HTML. When opening the image, in PNG format, in Google Chrome (below) it appears correctly and when opening in IE 11 (above) appears with pixels <tdid="Autorizado" class="Title" > <a href="Autorizado.php" id=...
asked by 16.05.2014 / 16:27
3
answers

HOVER effect on a li and the components inside it

Good morning everyone! I have <li> in my project, I would very much like to use an image on the right side of EXIT of my <li> , I did so: <ul> <li id="sair">Sair<div class="icons"></div>&...
asked by 19.08.2014 / 14:26