Questions tagged as 'html'

3
answers

How to remove the '#' from a

I have a pad on it because I do not want to be redirected anywhere, just look like a link. But of course, when you click, that pad appears on the route. How do I remove it?     
asked by 20.02.2018 / 16:02
3
answers

Mark checkbox with a jquery button

Hello greetings to all my friends. I have a little question. I want to select progressively the checkboxes that appear in the image when I press a button. For example, pressing the button selects the first checkbox, if you press it again, the...
asked by 31.10.2018 / 19:43
2
answers

Input type File exceeds bytes in PHP

If I upload a small audio file (15sec) it works fine, but when I do it with a song (4min) it bursts: Warning: POST Content-Length of 9042845 bytes exceeds the limit of 8388608 bytes in Unknown on line 0 In the view:       <h2>Agreg...
asked by 28.02.2018 / 23:58
3
answers

How to Activate the hidden submit with another button using Javascript?

What I'm looking for is to activate the hidden submit with another button. for example: when the data of a form is filled it will be sent with a Generic button since this generic button evaluates or validates all the fields; therefore I am looki...
asked by 04.06.2018 / 16:45
2
answers

Chrome shows absolutely nothing [duplicated]

I have a problem, I started 0 page and I wrote the html code with the css but when I open it in the chrome I do not see anything. Only white I leave below the html and the css: <!DOCTYPE html> <html> <head> <met...
asked by 22.11.2017 / 16:07
3
answers

Allow only input of an input type="number"

Search by tutos and I did not find anything, someone went through this? <div class="row"> <div class="col-md-2"> Valor:<br /> <input type="number" class="form-control" id="txtvalor" value="0" Placeholde...
asked by 11.01.2018 / 21:13
3
answers

That a button has to double click to make the form post?

It all arises that a user may be wrong to write a text in the input then I want to make the form post only when the user double-clicks the button.     
asked by 04.04.2017 / 19:57
4
answers

event focusout does not work with dynamic input in ASP

I am drawing an input dynamically in a table with document.getElementById('agregaDevolucion').innerHTML = "Devolución:<input type='text' name='txtDeposito' id='txtDeposito'/>"; and that same input searches a BD through AJAX...
asked by 26.04.2016 / 20:23
3
answers

how can I make the footer stay down

I have already tried with style="position: fixed;bottom: 0;" but it only appears on the left side the two buttons do not show it well <div class="modal hide fade" id="modal_datos_servicio_valuaciones" align="left" style="width:...
asked by 19.10.2018 / 00:55
2
answers

The ng-attributes of AngularJS do not pass the W3C validator

When I try to validate a page made with AngularJS, I find that it does not correctly validate and throws numerous errors in the code (it is usually the same repeated). The problem is that the attributes ng- are not considered standard and...
asked by 07.12.2016 / 18:17