Questions tagged as 'html5'

1
answer

Hide and show content when pressing buttons?

I would like to see if you can help me with the following problem that I have, I have 2 buttons which when pressed show different information, but I want that if none are pressed they are hidden and by pressing one or the other the information i...
asked by 06.09.2018 / 16:50
2
answers

Condition a link to redirect

How can a link be conditioned? that is, if a condition is met that is just redirected to the URL of the link, otherwise it will not. if ($(this).is(":checked")) { console.log("SI deberia funcionar el link"); }else{ console.log("NO...
asked by 14.04.2017 / 17:57
1
answer

the flexbox rules in css3 do not work correctly

I understand that flexbox is a layout model that allows flexible and responsive content, I've seen a video on YouTube where it shows how to make a perfect grid, I followed all the steps of the video but it does not give me the same result, I do...
asked by 15.04.2017 / 02:03
2
answers

Problem with control of type DATETIME-LOCAL of HTML5 returns me the hour ahead

I have this control <div class="col-lg-6"> <input type="datetime-local" name="fechahora" step="1" min="{{meta.fechaActual}}" ng-model="evento.fechaInicio"> </div> But when I try it and select for example the next hour...
asked by 28.02.2017 / 18:06
1
answer

Obtain data- from a checkbox and when selected show data value- in a [duplicate] input

I'm doing an office booking website (PHP, MySql), to book a time it shows a table where the start time, end time, availability and price, every hour has a checkbox at the end to select it, all right up there, what I need is that when you click...
asked by 06.03.2017 / 03:51
1
answer

Print result of a script in an input

I want to convert the first text box to uppercase and lowercase, according to my function, but I do not know how to have the result printed in the text box below. Every time I click on the button, the page is reloaded and the text in the box is...
asked by 31.03.2017 / 16:53
2
answers

Set top of a div in relation to the screen

I have a div that appears when I touch an open button (similar to a modal), this button appears n times along the page, my problem is that if it has been scrolled down and clicked on the button to open, the div appears at the top of the page and...
asked by 01.02.2017 / 19:03
1
answer

Define initial directory in input type File?

Is it possible to define the initial folder that is displayed when clicking on a component <input type="file"> ??, that is, I place the label: <input id="fileupload" type="file" name="files[]" accept=".png" multiple requi...
asked by 23.02.2017 / 21:43
1
answer

Error in my form with a webview?

What error can you see here? Since in the browsers the load of files works well, but when I use a webview (tried with another web of testing and that works well) in my web it does not work, therefore, everything indicates that my form something...
asked by 30.04.2017 / 15:13
3
answers

Help with div in html with bootstrap

Hello, I am designing a small form with a div, but when I execute it, I want the TEXAREA Observation to have the size of the two INPUT, as you can see the input TURN is very low I want to put it above and the text area is the same size as the tw...
asked by 03.05.2017 / 17:13