Questions tagged as 'html'

1
answer

How to find the second id of something

How can I get access to the second div with the id general as I tried in the script? <div id="general">ds</div> <div id="general">ds</div>' alert($("#general").eq(2).html());     
asked by 09.12.2014 / 19:32
3
answers

Solution to select with many options

What is the best solution to make <select> leave this selected result in a <select> with many options? I use IF in this situation with few options, but it is not feasible for a very large ... Following sample code...
asked by 26.08.2014 / 18:11
2
answers

Forms autocomplete

Do you know of any web tools in Chrome or Firefox that autocomplete forms with random text for tests? I have a 35 field form and every time I submit for testing, I have to complete it again.     
asked by 13.08.2014 / 03:31
1
answer

Views engine alternatives for nodejs?

Alternatives that are not Jade and similar, I try to know alternatives that can write the complete syntax (HTML and CSS)?     
asked by 13.09.2014 / 07:06
2
answers

Enter key no input event

Good morning, I have a input out of a form and I would like it when someone typed it and hit the enter key with some function, but I do not know how to do it. <input type="text" value="texto" />     
asked by 27.01.2017 / 13:18
3
answers

Div alignment side by side

I want the two divs (green and red) aligned side-by-side as they are, but green should be fixed right-aligned while red aligned left, so I set margin-left:0vw; to green, and did not solve, what procedure would you do to leave the r...
asked by 05.01.2017 / 20:46
3
answers

How to print JavaScript variable value in HTML tag? [closed]

I would like to limit the selection of input date in this way, but it is not working. <script type="text/javascript"> var data = new Date(); var dia = data.getDate(); var mes = data.getMonth(); var ano4...
asked by 13.10.2017 / 17:40
2
answers

Apply CSS to a button

In the company where I work we have an ERP system, and I'm passing some things to the Web, but in the system there is an 'inside' button of an input that is already DataFlex language HowdoImakeitlooklikethis,ordoesitalludetobeinginsidetheinp...
asked by 17.10.2017 / 16:28
3
answers

get the value of a td when clicking on a checkbox of the same line tr jquery

How do I get a value of a <td> by clicking a checkbox that is in the same <tr> in jquery Follow my code: HTML <table style="display:none;" id="tableTime"> <tr> <td...
asked by 19.01.2016 / 05:38
1
answer

How to create two divs side by side using mPDF?

I've tried all kinds of style and I could not. I want to create two columns in the pdf. $html .= "<div class='row'> <span>INFORMAÇÕES DO COORDENADOR DO PROJETO</span> <hr></hr>...
asked by 02.02.2016 / 17:49