MapQuery is a jQuery plugin that you can use to add mapping to your website. Whether you quickly want to add a simple map to a page, or build a feature rich web application, MapQuery is just the thing you need.
For instance the map as seen above is created with these two lines:
$('#map').mapQuery({layers:[{type:'osm'}]});
$('.zoom').mqZoomButtons({map:$('#map')});
The latest stable version of MapQuery is version 0.1.
If you need help you can join the MapQuery mailinglist or have a look on our irc channel #mapquery.
The software is available under the MIT license.
