Questions tagged as 'html5'

1
answer

Remove "flashing screen" effect at the push of a button! [closed]

I'm doing a project - with Arduino - along with controls in a web HTML page, that's all right. However, when you press a button on the web application, the page is reloaded, giving a "flicker" effect to the screen, how do I get that effect...
asked by 22.08.2018 / 01:18
1
answer

Prevent the browser from filling in the email and password field [duplicate]

When you add in the type of an input the value password and email the browser changes the background of this input to yellow and fills in the user data automatically. There is a way to prevent this event:     
asked by 17.05.2018 / 15:39
2
answers

Format JSON file automatically during download

I download a file in JSON format and the contents of the file all appear in a giant line, without indenting. Example: {"Oi":"xxxxx","tUDO":"YYY","BEM":"ZZZZZ"} Just imagine the example above with more than 3000 characters in text. I'd...
asked by 05.10.2017 / 14:14
1
answer

Aligns the post system

<?php require_once 'Postagem/system/config.php'; require_once 'Postagem/system/database.php'; ?> <!DOCTYPE html> <html lang="pt-BR"> <?php include 'include/head.php'; ?> <?php include 'include/nav.php'; ?>...
asked by 21.10.2017 / 02:45
1
answer

Awesome Font in select box

I'm having trouble displaying some of the FontAwesome 'icones' as in the example, note that an icon is displayed but the second does not, and when I click the select box the first option also does not display the icon correctly. How can I correc...
asked by 10.06.2018 / 23:49
2
answers

How to select items from a list and populate another div with the selected items using Jquery?

In div-students I have a list, and clicking on each student would like to fill in another div-group that I will put inside a form to register a group of students, that is, the user will select the students they want and each click that stude...
asked by 11.04.2016 / 22:52
1
answer

Open div when clicking on specific element

I made a foreach on my bank plus the code will stay very long continuing, What I want to do is to have the user click on the link to appear a confirmation of a div, this div will have a link to actually delete the article the problem is when I c...
asked by 08.01.2016 / 18:54
2
answers

How to run a Vimeo video in the video tag

I need to run a Vimeo video in the video tag, how do I? I found it here: <video src="http://player.vimeo.com/external/85569724.sd.mp4?s=43df5df0d733011263687d20a47557e4"></video> Well, that's not my video, does anyone know how t...
asked by 27.01.2016 / 20:27
3
answers

Create button with border and text gradient

I need to make a button with border and text color gradient, but the button also has border-radius. I have tried several ways here, but I have not been successful. What is the best way to do this button? The button is this: WhatIhavesofar...
asked by 24.08.2017 / 14:30
1
answer

JQUERY, PHP, HTML 5

How can I circumvent a CPF validation, and in the company that I work if the customer has any pending in the CPF, the sales page does not allow to proceed. By other means, there are one or two employees who are able to circumvent this process th...
asked by 29.12.2017 / 13:21