Questions tagged as 'html5'

1
answer

load Google maps API after onload

I have a system that currently works with google maps api, but I noticed that the site waits for this API to load and then finish loading the page. on the homepage (index.php) I have the tag like this: <!DOCTYPE html> <html> ......
asked by 17.06.2015 / 20:12
1
answer

Incompatibility between onkeyup and date mask?

I have a problem using onkeyup in a date mask that is as follows: when I try to use backspace to modify the date, I can not get past the bar (just hold the button pressed). The bar disappears and pops up (test here in fiddle , or below u...
asked by 17.06.2015 / 07:02
2
answers

how to create a youtube video in full screen with back button?

Well, I need to create a player on my site, that when I click the watch button, it opens in full screen and contains a "back" button for the user to return home. Is it possible to do this using the youtube player?     
asked by 03.12.2015 / 13:36
1
answer

Passing data in javascript

Next, how can I do to pass data between two files with javascript? Example: File1: <script> var dado = 'dado'; </script> File2: <script> alert (dado); </script>     
asked by 11.05.2015 / 23:28
1
answer

Enable mobile browsers 'zoom' feature in dropdown

Is it possible to simulate the 'zoom' that mobile browsers implement in select , in dropdown ? Ex: When the user clicks a select , the browser itself creates a modal, allowing the user to select the desired option in a much...
asked by 24.03.2015 / 19:41
3
answers

List json object returned by php

I need a help, I'm developing an app with HMTL5, JS, CSS that lists a pizza menu. My PHP returns an array that I use json_encode() to make it available in JSON format. So far everything then I have the following <div> : <...
asked by 19.05.2015 / 01:51
1
answer

section overlap my header

I want to put my content right below the header tag but when I create my section the content overlaps my header and I do not know if it's a good practice to get my section and applying a margin-top follows the code: html, body {...
asked by 19.05.2015 / 20:17
1
answer

Carousel with touch screen interaction

I have a carousel that navigates through the right / left arrows. In mobile, the user must be able to "drag" the carousel, without using the arrows to navigate. I'm using the bootstrap's own carousel. Do I need a framework to get the desired...
asked by 25.05.2015 / 18:54
2
answers

Why the footer does not get hidden and messes the page

I need the footer hidden and appear as I scroll the page, but something is going wrong I do not know why. In this link is the example of how it should work. Follow my code: a { text-decoration: none; } ul li { list-styl...
asked by 21.05.2015 / 16:17
1
answer

Code to manipulate video components

I have a problem in my code that handles my video with mute and the volume but it is not working follow my code: <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Nova Era...
asked by 20.05.2015 / 21:14