Questions tagged as 'html5'

1
answer

page of li

I want to page the following li <ul id="usuarios"> <li><div id="1">miesha</div></li> <li><div id="2">ronda</div></li> <li><div id="3">thor</div></li>...
asked by 28.02.2017 / 06:11
2
answers

View of Glyphicon Bootstrap

I have the following inconvenience when using the Bootstrap GlyphIcons. At this time they are displayed as follows: And I want it to look like this: For those who do not understand what I want is to see the icon "in my opinion fon...
asked by 27.02.2017 / 15:07
3
answers

Show label to when passing pointer

Good I have the following problem, I'm making a page, and I have two labels and I want that when I put the pointer over one of them, I just see the other label, which has an icon, some idea? <a href="edit.php">Editar</a><a...
asked by 30.01.2017 / 22:13
1
answer

Hide the value of an input in an html5 form

I have created a form with html5 but I need to hide the value inserted in a field of the form. That's possible? If possible, how is it done? The code is basically this: <form><input type="text" value=""><input type="submit" v...
asked by 01.05.2017 / 20:24
1
answer

Capture the state of a Css animation

Greetings, I have the following div spinning with @Keyframes. What I need is that when you click on the same div, capture the current angle it is in. const go = document.querySelector('#box'); const box = document.querySelector('.box');...
asked by 26.12.2016 / 12:33
1
answer

Dropdrown button inside ul

This is the dropdown-button "Multimedia" and its CSS: ul { list-style-type: none; margin: 0; padding: 0; width: 15.8%; background-color: #e0e0e0; position: fixed; height: 600px; overflow: au...
asked by 12.12.2016 / 10:44
1
answer

Register listeners in javascript classes

I'm trying to create a javascript class for a droparea, I tried two different ways. Droparea class allows me to access the properties of the object but when the drop event occurs, e.preventDefault does not work. The class Droparea2 allows to avo...
asked by 16.02.2017 / 20:06
2
answers

Input of type file that automatically selects files?

I have a input of type file and with the property multiple , that is I can select several files. Specifically, I need to send three types of files to the server: 1. archivo.shp 2. archivo.shx 3. archivo.dbf I would like that in the...
asked by 02.11.2016 / 21:34
1
answer

How are WebSockets used in an html file?

I did this function on an esy.es server: <script> net=new WebSocket("ws://tatopatato.esy.es/chat12.htm") </script> And I get an error:    Firefox can not establish a connection to the server at ws: //tatopatato.esy.es/chat12....
asked by 14.10.2016 / 14:10
1
answer

Customize Android app bar

I have an application developed on Cordova / Phonegap using Web technologies. When users click on the square button ( Overview ) a series of cards with the open apps is shown visually, and these cards have a color bar that includes the icon, nam...
asked by 08.10.2016 / 01:26