cyrusstoller / RevTilt

Find Autism Friendly Places
http://revtilt.com
MIT License
135 stars 9 forks source link

Make a bookmarklet to make adding businesses from yelp easier #14

Closed cyrusstoller closed 11 years ago

cyrusstoller commented 11 years ago

$("div#bizInfoHeader h1") - business name $("div#bizInfoContent address") - business address $("div#bizUrl a") - business url

And clearly the yelp url can be grabbed

cyrusstoller commented 11 years ago

http://betterexplained.com/articles/how-to-make-a-bookmarklet-for-your-web-application/