Questions tagged as 'html5'

0
answers

Multimedia Transfer Protocols?

I'm developing a video site, and these are stored on a windows server, I currently use link to fetch the video files for the HTML5 player , but there I raised the question if HTTP is appropriate for this type of use, is there any restriction?...
asked by 08.12.2016 / 21:58
0
answers

smaller Divs superimposed on another DIV

I'm trying to create a DIV with a background image and on top of that image I need to position other DIVs . I placed these DIVs on top, but when resizing the screen the position of this DIVs , it does not stay in the sa...
asked by 06.01.2017 / 14:44
0
answers

When you click a button, open an animated box

I have a kind of button that has the code: <a data-scroll class="btn btn-start animated fadeInUpBig" href="">EM QUE POSSO AJUDAR?</a> I wanted to know how to do it by the time I clicked on it, open a box from the center of the s...
asked by 02.12.2016 / 18:48
0
answers

Button getting hidden

I have 2 variants when they are no longer null are created two buttons, the problem is that one always appears hidden, if I inspect the code it is there, however on the screen nothing appears, I am suspicious that is because the two are trying t...
asked by 12.12.2016 / 11:27
2
answers

I can not clean list of li elements that is generated dynamically

I have a dynamic list generation, so I'm adding li through input text . I have a button to clear all the entries of li and this is his code: function removeTudo() { listaCompleta = document.querySelector("#listaCompl...
asked by 15.12.2016 / 23:09
1
answer

Working with Transform3d in jQuery

I'm trying to do a function that increases or decreases the size of an object. For this I use transform: scale . But my object already uses transform: translated3d to set the position of it. In this way, the css looks like this: t...
asked by 28.11.2016 / 17:47
2
answers

Doubt - insert html mask

Hello, I need to put a mask as follows: I have a field: <input type="text" required maxlength="4" name="minimumGrade" id="minimumGrade" ng-model="capacity.minimumGrade"> It is necessary that in this field it receives on...
asked by 16.11.2016 / 13:18
0
answers

Validation: What is the method used in this example?

I'm studying ways to do form validation. I've tested with Javascript, with HTML5 features and some other methods, but they all have something in common. I always have to call a function in onclick (), onblur () and the like. I would not...
asked by 22.01.2017 / 06:38
0
answers

Contents of an application site in Intel XDK

I'm developing an application on Intel XDK where I need to publish site content in-app. That is, when I update the site, the content in the application is also updated. Remembering that the site was developed in the Joomla! and is responsive....
asked by 22.01.2017 / 00:24
1
answer

Fill DropDown from the selection of another DropDown [duplicate]

I'm trying to fill a DropDown from the selection of another DropDown , basically, when the user selects a state in a DropDown , the cities of this state must be displayed in another DropDown , dynamically . I have t...
asked by 18.10.2016 / 15:35