Questions tagged as 'html'

3
answers

How can I calculate the elements in Javascript

I need to get the value id="valorPorcentagem" which is the value of the percentage with the (id="valor_vendedor") and automatically add in the id="comissao" . Being that: valorPorcentagem / 100 x valor_vendedor = comissa...
asked by 30.01.2017 / 18:24
2
answers

Problems displaying my site in chrome

Hello, I'm having trouble showing my site in Google Chrome. I edit the codes mainly in the css, the mozila displays on the hour, but in chrome or it takes a lot (after updating about 20 times) that works, or does not update at all. The proble...
asked by 24.01.2017 / 14:35
2
answers

Open updated PDF

Well, I have a PHP system that builds a PDF. After that, I have a common html link that opens the pdf on screen normally, until then everything is ok. But if I modify the contents of the PDF, and give the command to the system to rebuild it w...
asked by 17.01.2017 / 18:51
2
answers

How to pass input value to JavaScript function

How to pass values of other inputs ( as a parameter ) to a function that will only be executed in a given input ? <input id="nome" type="text" value="LocalHost"/> <input id="email" type="email" value="[email protected]...
asked by 21.01.2017 / 03:26
1
answer

I put the file extension as .phtml and only in chrome it is displaying all the code. Because? [closed]

I put the file extension as .phtml and only in Google Chrome it is displaying the whole code of the page, but in other browsers it is interpreting normally. The page loads into iframe . If I change the extension to .php , i...
asked by 04.01.2017 / 13:31
1
answer

jQuery: Remove table row

I'm trying to remove rows from the table where, in the Employee column, the name does not contain the string "o", as I did in the code below. The problem is that even returning false for comparison if "o" is contained in "Joseph", the line is no...
asked by 14.12.2016 / 23:31
1
answer

Join repeated information in a row of the PHP table

I need to join in a row of the table when the addresses are repeated with only one address of the three that I have, follow the code below: <table class="tableModif"> <thead>...
asked by 07.12.2016 / 14:17
1
answer

CSS - Centralize li

I have this navbar and would like to center item 2 ul.navigation { width: auto; height: 40px; position: relative; background-color: #fcfcfc; padding: 0; color: #b5121b; list-style-type: none; box-shadow: 0 3px #ecec...
asked by 01.12.2016 / 18:43
4
answers

Comment attribute ID on element

I have a question in Jquery and would like to know if this is possible. I have one element: <input type="text" id="meuid" class="minhaclasse" > I would like my id property to be inoperable, but you can enable it, for example by com...
asked by 02.09.2016 / 14:06
2
answers

pull site structure through the database

I have a doubt I have a fairly large site where a section of the site often repeats itself where the structure and equal on all pages what changes is the content that is pulled by the database most wanted to know if I can by the hmlt php structu...
asked by 31.08.2016 / 22:43