Questions tagged as 'html'

1
answer

Simultaneously delete BD image and server destination folder

I'm trying to simultaneously delete a certain image that is in the "logo" field of a table that has several other fields, and the folder where it is stored that is called "upload", but I can only delete the entire row of the table referring to t...
asked by 19.09.2015 / 17:29
1
answer

List Javascript objects in a table

Good afternoon. I have an object: var relatorios = [ { "Data": "28/08/2015", "Descricao": "Visita a Cliente", "Classificacao": "Class.2", "Valor": "R$435,00", "Verba": "RH", "Comentario": "Cliente A" }, { "Data": "15/05/2013",...
asked by 05.09.2015 / 21:46
2
answers

Change CSS by scrolling the page

I was wondering how to swap a page's CSS after it gets scrolling out of its default location. An example of a site that uses this is Deviantart. This TODAY BROWSEWHAT'S HOTUNDISCOVEREDDAILY DEVIATIONS menu is suddenly fixed once the page...
asked by 30.08.2015 / 21:11
2
answers

Count visible and active inputs in my form

Well, I know that Jquery Validation does something similar because it only blocks a required field, if it is active, see example (In that case, if you accept "Please agree to our policy" it activates the 3% under% and comboBox bec...
asked by 09.09.2014 / 15:13
2
answers

Fiscal Printer

I need to print a normal HTML page but using a fiscal printer (I do not know if that's the correct term but it's the smaller printers we see in markets). Is there an "emulator" to do these tests?     
asked by 10.03.2015 / 15:23
4
answers

How to clear html form fields? [closed]

javascript variables that reference each field in my form var checkbox = $('input:checkbox[name^=check]:checked'); var categoriaVeiculo = $("#codCategoriaVeiculo").val(); var descricaoVeiculo = $("#descricaoVeiculo").val(); var pla...
asked by 27.02.2015 / 20:54
3
answers

How to search by ID in MySQL

I am developing a system of entry and exit of vehicles of the company, in the index I made 2 inputs one of entrada and other saída , when I click on input it appears the screen of register of the vehicle like placa, nome do motor...
asked by 13.07.2014 / 04:50
1
answer

Setting width to occupy space that needs to be occupied in a div

Assuming I have this structure: <div style="width:1000px"> <div id="div1" style=""></div> <div id="div2" style="width:300px"></div> </div> How to make div1 exactly occupy the remaining space (700p...
asked by 18.07.2014 / 19:59
1
answer

Form does not pass data via POST

I have the following excerpt: <html> <form name="sai_frm_incl_patr" method="post" action="sai_incl_peri_seri_patr.php"> <body> <table border="0" width="100%"> <tr> <td colspan="3"...
asked by 06.10.2014 / 15:53
3
answers

Hover in two elements at the same time

I have a div and within it a <a> can hover in the div, but the color of the anchor does not change. HTML structure: <div class="TamanhoECorTabs ThemeGrid_Width6"> <a id="ancora" tabindex="14" href="#">Home</a&g...
asked by 10.07.2014 / 14:48