Questions tagged as 'html-select'

4
answers

How to apply readonly in a select?

I think most here know the difference between readonly and disabled . Select Readonly readonly does not apply correctly to select <select name="field" readonly="readonly"> <option value=""...
asked by 12.05.2016 / 19:43
1
answer

Select multiple with dynamic operation

I have a select with 4 options. These 4 options are the number of options that will appear in a multiple select. WhatIwantisassoonastheuserselectsthemostfrequentwordquantityoption,javascriptalreadyfillsthesecondselectwiththenumberofwordsselec...
asked by 27.01.2015 / 00:54
2
answers

How to select an option in one select and load related data in another?

I would like to select an option of a <select> and fill the other <select> with related content. I will only be able to do this with the information stored in database database or how to do with array? How can I do t...
asked by 03.05.2014 / 02:21
3
answers

What is the difference between the tag and the s?

I saw the tags <del> and <s> , say that one is to be used in non-relevant texts and another to "delete" part of the text, but when using both tags the effect is the same ( a line scratching the phrase). What's the differ...
asked by 07.12.2018 / 17:40
2
answers

Set OPTION as SELECTED based on database values

I am preparing a form where I am setting the values of the fields with the data of the database. I'm having trouble setting the option chosen as selected to <select/> in the code below: PHP <!-- ATENCAO --> &l...
asked by 17.06.2014 / 18:17
1
answer

Hide default component [arrow] form select in IE

I have a problem here in IE. I'm styling the select component of the form, hiding the arrow that comes by default from the browser to load an image in place of the form. In FF and Chrome it was quiet, but IE is displaying the default arrow...
asked by 25.02.2015 / 16:10
2
answers

Get select selected (only getting first value)

An alert is displayed (with the sweetalert plugin) and in this alert has a select with names. After selecting the name, the person has to click the Add button, when the person clicks the function of the code below is executed and...
asked by 01.11.2015 / 02:29
1
answer

How to activate modal through the option in a select?

Example: When I select the "volvo" option, the modal appears ... <label>Recinto</label> <select class="form-control" data-toggle="modal" data-target="#cria-recinto"> <option data-toggle="modal" data-target="#cria-recint...
asked by 13.01.2016 / 03:45
2
answers

Select Styling via CSS

I need to stylize the text within select , such as leave centered, put margins. I am putting the name of the class plus option and putting what I want, but it is not working. I did so: HTML <h3 class="imobBoxTipoTitulo">T...
asked by 17.03.2014 / 00:04
2
answers

Rows down from a drop box down when we click the "down" button

I have a list of Brazilian states created with the command select/option of HTML5, When I click to choose the state, 20 lines appear (states) and goes beyond my textbox down. I want to restrict the number of lines / states that appe...
asked by 07.10.2014 / 03:26