SeViR schrieb:
> Hi,
>
> I write some plugins for jQuery that I would want to share with everybody.
> Sorry, I have no time for comment the code. I make a simple sample pages
> with
> notepad ;)
>
> jQMaps plugin: http://www.sevir.org/projects/storage/jqmaps/index.html
> Hotspots, maximize info window, custom icons,...
>
> jQPanView: http://www.sevir.org/projects/storage/jpanview/index.html
> inspired in Pan View Plugin of Christian Bach (thanks for your sample,
> Christian)
>
> These plugins are developed for help me in my projects but never I have
> time to
> publish :-P
>
Nice! It would be totally cool to get latitude/longitude of the required
data from a geo microformat...
Or even better get the whole location data from a vcard microformat.
Here's an example of one:
<div class="vcard">
<a class="fn org" href="...">
Clara's Coffeeshop</a>
<div class="adr">
street: <span class="street-address">Schönhauser Allee
36</span><br />
city: <span class="locality">Berlin</span><br />
state: <span class="region">Berlin</span><br />
zip: <span class="postal-code">10425</span><br />
country: <span class="country-name">Germany</span>
kind of plaze: <abbr class="type" title="work">Restaurant</abbr>
</div>
lat/lon:
<span class="geo">
<abbr class="latitude" title="52.537541">52.53</abbr>,
<abbr class="longitude" title="13.412509">13.41</abbr>
</span>
</div>
The markup could be improved in semantics, it's just an example.
-- Klaus
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/