Questions tagged as 'html5'

1
answer

How can I filter the value of a HTMLCollection

I'm doing a type of shopping cart, creating a list of products, through javascript, up there all right, now when I click on some product I will return an HTMLCollection in the form of an array, since there is 9 products I have HTMLCollection (9)...
asked by 27.06.2018 / 01:10
5
answers

Problems showing parameters in partial view

I am consuming a service to consult customer balances, it returns me as an answer an entity with these properties: public string errorCodigoField { get; set; } public string errorMensajeField { get; set; } public decimal saldoRecargasField { g...
asked by 16.08.2017 / 17:33
1
answer

noUISlider with Jquery does not assign as parameter "audio.currentTime"

The creation in the HTML of the slider is this, I use a framework, the nouislider. The Slider is because I am creating a player with HTML and jQuery together with Bootstrap. The slider would have to work, logically, to advance as the audio plays...
asked by 28.02.2016 / 04:43
4
answers

Block expired dates in an input type date

How can I block previous dates in an input type date     
asked by 01.08.2016 / 17:31
1
answer

Table hide show checkbox

I have asp gridview that the server throws me with format, the client side looks like this <div class="row"> <div class="col-md-12"> <input id="chkPer" type="checkbox" name="chkPer" checked="checked" /><label...
asked by 27.09.2016 / 20:09
1
answer

Problem with centering of h1 and nav

I need the h1 and the nav to be centered without spaces between them. <h1 align= center> <img src= Imagenes\header.jpg> </h1> </div> <span class="fuente-1"> <div class="inner"> <nav>...
asked by 13.06.2016 / 22:05
3
answers

Dimension width "width" of option in a select tag

I have the following fragment of html code and what I intend is to limit the width of each one of the labels so that they are displayed in a whole screen and they are not cut, either through a line break or a horizontal scroll . <sele...
asked by 03.04.2018 / 10:23
1
answer

Does not allow a pause to be executed within a loop

I'm trying to create a clock from nested while loops but I have not managed it so far <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>reloj</title> </head> <body>...
asked by 12.08.2017 / 06:10
3
answers

Rotate a div for 30 seconds Jquery

Greetings, my query is as follows: I have a div block which I need to keep rotating for X amount of seconds, I have tried some Jquery libraries but I have not been able to control the time it keeps turning and the speed, this is important. Gr...
asked by 24.12.2016 / 15:25
3
answers

Correctly align form to your left margin

I am using bootstrap 3. In a modal window I have an online form and below is a table. But the left margin of the form is not the same as that of the table or the title of the window. How can I correct that? <section class="main container"&g...
asked by 24.08.2017 / 20:20