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...
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...
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...
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...
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...
I contain the following HTML5 code:
<div class="form">
<div id="sendmessage">Sua mensagem foi enviada. Obrigado!</div>
<div id="errormessage"></div>
&...
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...
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">...
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>...
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...