Questions tagged as 'html5'

2
answers

How to make a Mask in pure JavaScript?

I need to create a Masj on phone contact forms that shows the following result on the (00) 0 0000 - 0000 form in JavaScript without the use of Jquery. <div class="row clearfix"> <div class="col-lg-2 col-md-2 col-sm-...
asked by 05.12.2018 / 14:58
3
answers

My JavaScript to change visibility does not work

I wrote a form with these elements: <div> <label for="radio_pessoa_fisica" id="label_cpf_req"> <input name="pessoa" id="radio_pessoa_fisica" type="radio" value="fisica" required> Pessoa Física </lab...
asked by 27.11.2018 / 20:22
2
answers

"Exit" button in application developed in App Framework

How to create a "Quit" button or have the application close when using Smartphone "back"? To develop my application I'm using Intel's App Framework .     
asked by 26.05.2014 / 20:03
1
answer

Column break in table

I need to create a table of items that comes from a foreach XSLT to HTML, every four lines break into a new column, an example follows: Codeexamplethatdoesnotbreakbycolumn<table><xsl:for-eachselect="documentoEstoque/epi">...
asked by 12.11.2018 / 18:20
2
answers

How to mount a select picking information from the database

I would like to mount a select with database information using Mysqli , where value will receive information from my cod_usuario and the information that will be displayed is the column nome . <select> <...
asked by 12.09.2014 / 20:39
3
answers

How do I create a floating window in html?

I need a window with table contents that open when I click a link and have a close button.     
asked by 14.09.2014 / 15:49
2
answers

Leave Input next to Label [duplicate]

How to align the inputs with the label Good afternoon, I have a dynamic form, it is done using Bootstrap and the inputs/Labels comes according to the data of the bank, everything is correct, however in the view the inputs are...
asked by 30.10.2018 / 20:56
2
answers

How to change size of Popover in Bootstrap 3?

I have the following code for a popover effect with Bootstrap 3, I'm using Bootstrap 3.3.7. This popover works as follows, as the mouse passes over this icon the message appears. I have several popovers on the page, but this one in particula...
asked by 25.10.2018 / 21:58
1
answer

Position font-awesome next to the text

I have some arrows that need to be positioned next to the text, but not along with it. Next to it. ButIdonotknowhowtopositionthemthere,atthemomentI'mputtingtheminsidepandit'sgettingatthebeginningofthetextwithaparagraph.Youneedtoleavethemoffa...
asked by 21.12.2018 / 13:57
1
answer

close tab using JQUERY

I'm trying to click on the link abir open the tab but when I click open all would have some way to when I click open only the tab corresponding to what I clicked and when I click again close again. <article class="product_category box box10...
asked by 21.09.2018 / 03:33