Article Categories
Article Tags
Search
Category Archives: Tutorial
Want to include a map directly on your site? The solution is rather easy using the Google AJAX Map API. To use the Google AJAX Map API we’ll first include the JS (JavaScript) file to make it possible. <script type=“text/javascript” src=“http://maps.google.com/maps/api/js?sensor=false”></script> We can include that JS file anywhere on your page as long as it’s valid […]
Also posted in AJAX, JavaScript, Uncategorized
Tagged API, Geolocation, Google, Maps, Tricks
1 Comment
Hello everyone! Today I bring you a small tutorial to determine the visibility state of an element using the JQuery Framework. There are two functions that you’ll end up using that will require this easy but awesome trick. The two methods are: .toggle() and .slideToggle() Both of these methods provide a lot of useful functionality […]



