Questions tagged as 'html5'

1
answer

Jquery with dynamic html code

I have a function in Ajax that when added, inserts / updates a .php page $("#recarrega-adt").click(function(event) { $.ajax({ url : 'classes/consulta-aditivo.php', success : function(txt){...
asked by 16.06.2016 / 14:19
0
answers

How to create hover effect with two overlapping canvases with opposite effects?

Previous Code. * The following is the code example below: Old JSFiddle New code for anyone! JSFiddle New     
asked by 05.05.2016 / 22:36
1
answer

No way to keep input text data after submit?

I wanted to keep the form data, after giving a submit on the page. Is there no way at all?     
asked by 06.06.2016 / 02:16
0
answers

Native HTML5 Websocket

On PC stations that want to use a set of HTML5 pages to communicate data, software installation is blocked, but allows adding files. Where I find a websocket package, easy to implement and simple, not requiring installation and also release of e...
asked by 23.04.2016 / 23:47
3
answers

DIV's Loop in PHP

I am generating a loop of a fixed-size div and would like each one to be on a page at the time of printing. But the first Div of the Loop gets a margem-top preventing this from happening! Is there any way to make this first div be the fir...
asked by 23.06.2016 / 14:27
2
answers

Change background color

I'm starting to learn how to program, and I've decided to create an App in intel xdk . This App is a book I wrote at a certain time, it's a very simple App , but I wanted to add a button where by clicking it, for easy reading, but I d...
asked by 22.06.2016 / 22:44
0
answers

Delete menu from one list and show in another

Personally speaking, I am an intern, I develop prototypes and I am a beginner in frotEnd, recently the team asked me to make a menu that had the possibility to drag the menu and also delete the menu for 'customer convenience'. Todeletethelinkei...
asked by 25.04.2016 / 15:25
0
answers

Play videos on all devices

I can not make videos on a website play on android and on other devices. I used Freemake Video Converter to turn my video into all formats for HTML5. So it already works on all browsers, on computers, but I run the tests and it does not run o...
asked by 16.04.2016 / 15:34
1
answer

How do I add article block in my section tag?

I'm having trouble adding a section tag where you have 3 squares next to each other. <section id="blocos"> <div class="bloco-coloridos"> <h3>Vermelho</h3> <h4>Azul</h4> <h5>...
asked by 17.04.2016 / 18:18
1
answer

Open report in another tab

I need the report, at the time the user clicks a button, run on another tab. I'm using: <p:commandButton oncomplete="history.go(0)" onclick="target = '_blank'" style="width: 200px;margin-top: 18px;float: right" type="submit" value="...
asked by 31.03.2016 / 13:55