Posts by Caio Dicatti • 58 points
3 posts
-
1
votes1
answer598
viewsQ: PHP/ HTML calendar - How to break table into 7 columns
I’m trying to build a calendar in HTML and PHP, but I’m having some difficulties, one of them is, how I break the table into seven columns in a for instead of putting every day of the week straight?…
-
3
votes1
answer51
viewsA: Load googlemaps in Jquery
To load the map, first you need to initialize the map, try using the code below: function iniciaMapa() { geocoder = new google.maps.Geocoder(); var latlng = new google.maps.LatLng(-34.397, 150.644);…
google-mapsanswered Caio Dicatti 58 -
0
votes2
answers1492
viewsQ: How do I make Alert disappear after I display it in a div?
I am making an application using Javascript and Jquery, and when I put an Alert to display an error in a div, it does not disappear, just by clicking on the x to close, I would like to know how to…