Posts by Juliano • 19 points
2 posts
-
1
votes1
answer380
viewsQ: Submit sending several times
I have a form where I check if the checkboxes are selected before sending Submit, but when the return is false (there is no checkbox selected), after selecting the checkbox and clicking the Submit…
-
-2
votes2
answers910
viewsQ: Redirect users to Google Maps app using Waypoints
I’m building a website (html/php/javascript/css) with integration with google maps using the Javascript API. function initMap() { var directionsService = new google.maps.DirectionsService; var…