Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 433 Bytes

File metadata and controls

20 lines (13 loc) · 433 Bytes

jQuery Maps

A jQuery library that adds Google Maps to DOM elements using HTML data attributes.

Usage

<div class='map' data-pickup="Heathrow Terminal 1" data-destination="London Waterloo"></div>
$(".map").journey();

Full documentation coming soon

License

This document is licensed as free software under the terms of the MIT License: http://www.opensource.org/licenses/mit-license.php