Questions tagged as 'html5'

2
answers

Dropdown Double menu does not show the second dropdown

The first dropdown is working normally, but the second is not working at all. I have tried to specify the classes more, but there is no way, I believe it is something very simple that I am letting go. I'll be grateful if you could help me. Th...
asked by 07.03.2017 / 23:22
1
answer

What is the "! mportant" in CSS? [duplicate]

Several times I've seen this attribute or property (I do not know exactly how to rate it), but I still do not realize: What is the need to use it; In order for you to serve yourself; When you use it. h4, .texto{ col...
asked by 28.01.2017 / 06:50
1
answer

View image (from web api) without extension in php [closed]

I'm accessing the web api spotify and extracting the images from the albums, the problem is that so far the code is static and to insert images quietly with the following method: <style type='text/css'> h1 { background-image: ur...
asked by 24.01.2017 / 05:27
1
answer

How to prevent the redirection of a link and even change the url? [duplicate]

I have a side menu with several links, I'm using ajax so when someone clicks on one of the links the central content of the page is modified. How would you do this operation ?? I'm currently using this code: <script> $('li:conta...
asked by 02.02.2017 / 14:08
1
answer

Onclick respect required field

I created an animation that appears on the screen and blocks the fields entered by the user while the request is processed, directly in submit , as below: onclick="javascript:document.getElementById('blanket').style.display = 'block';doc...
asked by 03.02.2017 / 13:57
2
answers

How to create a javascript to send a form to my email? [duplicate]

I contain the following HTML5 code: <div class="form"> <div id="sendmessage">Sua mensagem foi enviada. Obrigado!</div> <div id="errormessage"></div> &...
asked by 06.02.2017 / 00:41
1
answer

Browser notifications

I noticed that some sites for example facebook, when someone writes in the chat appears a notification in the browser even if it has facebook closed the same happens with news sites that when subscribing when a new news comes out I get the notif...
asked by 04.02.2017 / 17:59
1
answer

Contact Form HTML + PHP

Someone helps me to solve this small problem, I have a Contact Form to send messages through the web-site, I have tried to configure anyway but still giving the error "Message not sent". HTML code: <form id="contact-form">...
asked by 05.02.2017 / 16:36
1
answer

How to paste element by Jquery id? [duplicate]

I have the following HTML code generated by PHP: <li id="15" data-status="Em Processo" class="list-group-item tasks-list-group"> <p style="display: none">#15</p>...
asked by 08.12.2016 / 14:53
1
answer

How can I search only address through google maps?

Here is an example in javascript: function initAutocomplete() { var map = new google.maps.Map(document.getElementById('map'), { center: {lat: -33.8688, lng: 151.2195}, zoom: 13, mapTypeId: google.maps.MapTypeI...
asked by 19.01.2017 / 04:06