upgrade mapbox, localize jquery.scrollTo
This commit is contained in:
parent
202631eeb9
commit
a52daa929e
919
index.html
919
index.html
@ -1,31 +1,67 @@
|
||||
<!DOCTYPE html><html lang="en"><head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
||||
<title>
|
||||
Independent Bookstores in New York City - Best Community Bookstores in NYC
|
||||
</title>
|
||||
<meta name="google-site-verification" content="hEfog9h0E3JQW91ZUZM5ayPb6DND0WbUa2_W8yTIuVw">
|
||||
<link rel="icon" type="image/png" href="/img/favicon.png">
|
||||
<link rel="apple-touch-icon" href="/img/social.jpg">
|
||||
<script type="text/javascript" src="js/jquery.3.6.0.js"></script>
|
||||
<script type="text/javascript" src="js/mustache.4.1.0.js"></script>
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-scrollTo/2.1.0/jquery.scrollTo.min.js"></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<script src="https://api.mapbox.com/mapbox-gl-js/v0.34.0/mapbox-gl.js"></script>
|
||||
<link href="https://api.mapbox.com/mapbox-gl-js/v0.34.0/mapbox-gl.css" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css?family=Acme|Lato&display=swap" rel="stylesheet">
|
||||
<link media="screen" rel="stylesheet" type="text/css" href="css/site.css">
|
||||
<meta property="title" name="title" content="Independent Bookstores in New York City - Best Community Bookstores in NYC">
|
||||
<meta property="description" name="description" content="A guide to and map of every independent bookstore in New York City. We have a complete list of community bookstores in NYC with locations and descriptions.">
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:site" content="www.nycbookstores.org">
|
||||
<meta name="twitter:title" content="NYC Bookstores">
|
||||
<meta name="twitter:description" content="A Guide To The Many Independent Bookstores Of New York City">
|
||||
<meta name="twitter:image" content="https://www.nycbookstores.org/img/social.jpg">
|
||||
<meta property="og:url" content="https://www.nycbookstores.org/">
|
||||
<meta property="og:title" content="NYC Bookstores">
|
||||
<meta property="og:description" content="A Guide To The Many Independent Bookstores Of New York City">
|
||||
<meta property="og:image" content="https://www.nycbookstores.org/img/social.jpg">
|
||||
<meta
|
||||
name="google-site-verification"
|
||||
content="hEfog9h0E3JQW91ZUZM5ayPb6DND0WbUa2_W8yTIuVw"
|
||||
/>
|
||||
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||
<link rel="apple-touch-icon" href="/img/social.jpg" />
|
||||
<script type="text/javascript" src="/js/jquery.3.6.0.js"></script>
|
||||
<script type="text/javascript" src="/js/mustache.4.1.0.js"></script>
|
||||
<script type="text/javascript" src="/js/jquery.scrollTo.2.1.3.js"></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<script src="https://api.mapbox.com/mapbox-gl-js/v2.7.0/mapbox-gl.js"></script>
|
||||
<link
|
||||
href="https://api.mapbox.com/mapbox-gl-js/v2.7.0/mapbox-gl.css"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css?family=Acme|Lato&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<link
|
||||
media="screen"
|
||||
rel="stylesheet"
|
||||
type="text/css"
|
||||
href="/css/site.css"
|
||||
/>
|
||||
<meta
|
||||
property="title"
|
||||
name="title"
|
||||
content="Independent Bookstores in New York City - Best Community Bookstores in NYC"
|
||||
/>
|
||||
<meta
|
||||
property="description"
|
||||
name="description"
|
||||
content="A guide to and map of every independent bookstore in New York City. We have a complete list of community bookstores in NYC with locations and descriptions."
|
||||
/>
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:site" content="www.nycbookstores.org" />
|
||||
<meta name="twitter:title" content="NYC Bookstores" />
|
||||
<meta
|
||||
name="twitter:description"
|
||||
content="A Guide To The Many Independent Bookstores Of New York City"
|
||||
/>
|
||||
<meta
|
||||
name="twitter:image"
|
||||
content="https://www.nycbookstores.org/img/social.jpg"
|
||||
/>
|
||||
<meta property="og:url" content="https://www.nycbookstores.org/" />
|
||||
<meta property="og:title" content="NYC Bookstores" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="A Guide To The Many Independent Bookstores Of New York City"
|
||||
/>
|
||||
<meta
|
||||
property="og:image"
|
||||
content="https://www.nycbookstores.org/img/social.jpg"
|
||||
/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="wrapper">
|
||||
@ -35,10 +71,16 @@
|
||||
<li><h2>The Many Independent Bookstores of New York City</h2></li>
|
||||
<li><a id="viewInfo">info</a></li>
|
||||
<li>
|
||||
<a href="https://git.yetaga.in/alazyreader/nyc-bookstores/" target="_blank">git</a>
|
||||
<a
|
||||
href="https://git.yetaga.in/alazyreader/nyc-bookstores/"
|
||||
target="_blank"
|
||||
>git</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.twitter.com/alazyreader" target="_blank">@alazyreader</a>
|
||||
<a href="https://www.twitter.com/alazyreader" target="_blank"
|
||||
>@alazyreader</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@ -47,10 +89,18 @@
|
||||
<div id="info">
|
||||
<p>
|
||||
New York City loves its independent bookstores. It
|
||||
<a href="https://www.nytimes.com/2006/10/15/nyregion/thecity/15book.html" target="_blank">eulogizes those that have faded</a>
|
||||
<a
|
||||
href="https://www.nytimes.com/2006/10/15/nyregion/thecity/15book.html"
|
||||
target="_blank"
|
||||
>eulogizes those that have faded</a
|
||||
>
|
||||
and celebrates when new ventures are launched. And while the
|
||||
historic
|
||||
<a href="https://untappedcities.com/2015/08/26/4th-avenue-the-history-of-nycs-book-row/" target="_blank">Book Row may have passed away in the 80s</a>, there are still many indie bookstores dotting the map, across all
|
||||
<a
|
||||
href="https://untappedcities.com/2015/08/26/4th-avenue-the-history-of-nycs-book-row/"
|
||||
target="_blank"
|
||||
>Book Row may have passed away in the 80s</a
|
||||
>, there are still many indie bookstores dotting the map, across all
|
||||
five boroughs. Here, I have attempted to collect all of the
|
||||
currently-open general-interest independent booksellers in NYC. Any
|
||||
store with regular-ish hours (excluding religious booksellers and
|
||||
@ -69,7 +119,13 @@
|
||||
please let me know by
|
||||
<a href="mailto:delta.mu.alpha@gmail.com" target="_blank">email</a>
|
||||
or
|
||||
<a href="https://www.twitter.com/alazyreader" target="_blank">twitter</a>. Orignally based on the "<a href="https://github.com/jlord/hack-spots" target="_blank">Hack Spots</a>" website by
|
||||
<a href="https://www.twitter.com/alazyreader" target="_blank"
|
||||
>twitter</a
|
||||
>. Orignally based on the "<a
|
||||
href="https://github.com/jlord/hack-spots"
|
||||
target="_blank"
|
||||
>Hack Spots</a
|
||||
>" website by
|
||||
<a href="https://www.twitter.com/jllord" target="_blank">@jllord</a>
|
||||
(although I don't believe any of the actual underlying code still
|
||||
survives at this point).
|
||||
@ -86,401 +142,409 @@
|
||||
|
||||
<div class="container">
|
||||
<div id="Stores">
|
||||
<table>
|
||||
<tbody><tr>
|
||||
<th class="tHeader">Name</th>
|
||||
<th class="tHeader">Address</th>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">192 Books</td>
|
||||
<td>192 10th Ave, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Aeon Bookstore</td>
|
||||
<td>151 East Broadway, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Alabaster Bookshop</td>
|
||||
<td>122 4th Ave, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Albertine Books</td>
|
||||
<td>972 Fifth Ave, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Archestratus</td>
|
||||
<td>160 Huron St, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Argosy Books</td>
|
||||
<td>116 East 59th St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Astoria Bookshop</td>
|
||||
<td>31-29 31st St, Astoria</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Avoid The Day Bookstore & Cafe</td>
|
||||
<td>99-04 A Rockaway Beach Blvd, Rockaway Park</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Berl's Brooklyn Poetry Shop</td>
|
||||
<td>126A Front St, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Better Read Than Dead</td>
|
||||
<td>867 Broadway, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Bluestockings</td>
|
||||
<td>172 Allen Street, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Bonnie Slotnick Cookbooks</td>
|
||||
<td>28 East 2nd St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Book Club Bar</td>
|
||||
<td>197 E 3rd St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Book Culture</td>
|
||||
<td>536 W 112th St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Book Culture LIC</td>
|
||||
<td>26-09 Jackson Ave, Queens</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Book Culture on Broadway</td>
|
||||
<td>2915 Broadway, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Book Thug Nation</td>
|
||||
<td>100 North 3rd St, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Bookmarc</td>
|
||||
<td>400 Bleecker St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">BookMark Shoppe</td>
|
||||
<td>8415 3rd Avenue, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Bookoff</td>
|
||||
<td>49 W 45nd St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Books Are Magic</td>
|
||||
<td>225 Smith St, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Books Of Wonder</td>
|
||||
<td>42 West 17th St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Books Of Wonder (Upper West Side)</td>
|
||||
<td>217 West 84th St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Boulevard Books</td>
|
||||
<td>7518 13th Ave, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Bravo's Book Nook</td>
|
||||
<td>115 MacDougal St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Cafe con Libros</td>
|
||||
<td>724 Prospect Place, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Catland</td>
|
||||
<td>987 Flushing Ave, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Chartwell Booksellers</td>
|
||||
<td>55 E 52nd St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Civil Service Book Shop</td>
|
||||
<td>34 Carmine St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Codex Books</td>
|
||||
<td>1 Bleecker St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Community Bookstore</td>
|
||||
<td>143 7th Ave, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Cups and Books</td>
|
||||
<td>2024 Bedford Ave, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Dashwood Books</td>
|
||||
<td>33 Bond St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Desert Island Comics</td>
|
||||
<td>540 Metropolitan Ave, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">East Village Books</td>
|
||||
<td>99 St. Mark's Place, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Every Thing Goes Book Cafe and Neighborhood Stage</td>
|
||||
<td>208 Bay St, Staten Island</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Freebird Books</td>
|
||||
<td>123 Columbia St, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Greenlight Bookstore</td>
|
||||
<td>686 Fulton St, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Greenlight Bookstore (Prospect Lefferts Gardens)</td>
|
||||
<td>632 Flatbush Ave, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Here's A Book Store</td>
|
||||
<td>1964 Coney Island Ave, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Housing Works Bookstore Café</td>
|
||||
<td>126 Crosby St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Human Relations Books</td>
|
||||
<td>1067 Flushing Ave, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Idlewild Books</td>
|
||||
<td>170 7th Avenue S, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">James Cummins Bookseller</td>
|
||||
<td>699 Madison Ave, 7th Floor, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Jewel City Books</td>
|
||||
<td>658 Franklin Ave, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Joanne Hendricks Cookbooks</td>
|
||||
<td>488 Greenwich St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Karma Bookstore</td>
|
||||
<td>136 East Third St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Kew & Willow Books</td>
|
||||
<td>81-63 Lefferts Boulevard, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Kinokunya</td>
|
||||
<td>1073 Avenue of the Americas, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Kitchen Arts & Letters</td>
|
||||
<td>1435 Lexington Ave, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Logos Bookstore</td>
|
||||
<td>1575 York Ave, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Mast Books</td>
|
||||
<td>72 Avenue A, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">McNally Jackson Books</td>
|
||||
<td>52 Prince St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">McNally Jackson Books City Point</td>
|
||||
<td>445 Albee Square W, Unit G112, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">McNally Jackson Books Seaport</td>
|
||||
<td>4 Fulton St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">McNally Jackson Books Williamsburg</td>
|
||||
<td>76 North 4th St, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Melville House Publishers</td>
|
||||
<td>46 John St, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Mercer Street Books & Records</td>
|
||||
<td>206 Mercer St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Mil Mundos Books</td>
|
||||
<td>323 Linden St, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Molasses Books</td>
|
||||
<td>770 Hart St, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Namaste Bookshop</td>
|
||||
<td>2 W 14th St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Pillow-Cat Books</td>
|
||||
<td>328 East 9th St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Posman Books Chelsea Market</td>
|
||||
<td>75 9th Avenue, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Posman Books Rockefeller Center</td>
|
||||
<td>30 Rockefeller Plaza, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">PowerHouse Arena</td>
|
||||
<td>28 Adams St, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">PowerHouse on 8th</td>
|
||||
<td>1111 8th Ave, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Printed Matter</td>
|
||||
<td>231 11th Ave, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Printed Matter St. Marks</td>
|
||||
<td>38 St. Marks Pl, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Quest Bookshop</td>
|
||||
<td>240 E 53rd St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Respect For Life Books-N-Things</td>
|
||||
<td>537 Nostrand Ave, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Revolution Books</td>
|
||||
<td>437 Malcolm X Blvd, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Rizzoli Bookstore</td>
|
||||
<td>1133 Broadway, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Shakespeare & Company</td>
|
||||
<td>939 Lexington Ave, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Shakespeare & Company (Upper West Side)</td>
|
||||
<td>2020 Broadway, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Sister's Uptown Bookstore</td>
|
||||
<td>1942 Amsterdam Ave, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Spoonbill & Sugartown, Booksellers</td>
|
||||
<td>218 Bedford Ave, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Standards Manual</td>
|
||||
<td>212 Franklin Street, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Strand Bookstore</td>
|
||||
<td>828 Broadway, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Sweet Pickle Books</td>
|
||||
<td>47 Orchard St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Terrace Books</td>
|
||||
<td>242 Prospect Park West, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">The Austin Book Shop</td>
|
||||
<td>104-29 Jamaica Ave, Richmond Hill</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">The Book Cellar</td>
|
||||
<td>1465 York Ave, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">The Center for Fiction</td>
|
||||
<td>15 Lafayette Ave, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">The Corner Bookstore</td>
|
||||
<td>1313 Madison Ave, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">The Lit. Bar</td>
|
||||
<td>131 Alexander Ave, Bronx</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">The Mysterious Bookshop</td>
|
||||
<td>58 Warren St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Three Lives & Company</td>
|
||||
<td>238 West 10th St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Topos Bookstore Cafe</td>
|
||||
<td>788 Woodward Ave, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Turn The Page... Again</td>
|
||||
<td>39-15a Bell Blvd, Flushing</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Unnameable Books</td>
|
||||
<td>600 Vanderbilt Ave, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Unoppressive Non-Imperialist Bargain Books</td>
|
||||
<td>34 Carmine St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Ursus Books</td>
|
||||
<td>50 East 78th St, Suite 1C, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Westsider Rare & Used Books</td>
|
||||
<td>2246 Broadway, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Westsider Records</td>
|
||||
<td>233 West 72nd St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Word Bookstore</td>
|
||||
<td>126 Franklin St, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Word Up Books</td>
|
||||
<td>2113 Amsterdam Ave, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Yu and Me Books</td>
|
||||
<td>44 Mulberry St, New York</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
</div>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th class="tHeader">Name</th>
|
||||
<th class="tHeader">Address</th>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">192 Books</td>
|
||||
<td>192 10th Ave, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Aeon Bookstore</td>
|
||||
<td>151 East Broadway, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Alabaster Bookshop</td>
|
||||
<td>122 4th Ave, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Albertine Books</td>
|
||||
<td>972 Fifth Ave, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Archestratus</td>
|
||||
<td>160 Huron St, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Argosy Books</td>
|
||||
<td>116 East 59th St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Astoria Bookshop</td>
|
||||
<td>31-29 31st St, Astoria</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Avoid The Day Bookstore & Cafe</td>
|
||||
<td>99-04 A Rockaway Beach Blvd, Rockaway Park</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Berl's Brooklyn Poetry Shop</td>
|
||||
<td>126A Front St, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Better Read Than Dead</td>
|
||||
<td>867 Broadway, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Bluestockings</td>
|
||||
<td>172 Allen Street, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Bonnie Slotnick Cookbooks</td>
|
||||
<td>28 East 2nd St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Book Club Bar</td>
|
||||
<td>197 E 3rd St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Book Culture</td>
|
||||
<td>536 W 112th St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Book Culture LIC</td>
|
||||
<td>26-09 Jackson Ave, Queens</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Book Culture on Broadway</td>
|
||||
<td>2915 Broadway, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Book Thug Nation</td>
|
||||
<td>100 North 3rd St, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Bookmarc</td>
|
||||
<td>400 Bleecker St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">BookMark Shoppe</td>
|
||||
<td>8415 3rd Avenue, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Bookoff</td>
|
||||
<td>49 W 45nd St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Books Are Magic</td>
|
||||
<td>225 Smith St, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Books Of Wonder</td>
|
||||
<td>42 West 17th St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Books Of Wonder (Upper West Side)</td>
|
||||
<td>217 West 84th St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Boulevard Books</td>
|
||||
<td>7518 13th Ave, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Bravo's Book Nook</td>
|
||||
<td>115 MacDougal St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Cafe con Libros</td>
|
||||
<td>724 Prospect Place, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Catland</td>
|
||||
<td>987 Flushing Ave, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Chartwell Booksellers</td>
|
||||
<td>55 E 52nd St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Civil Service Book Shop</td>
|
||||
<td>34 Carmine St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Codex Books</td>
|
||||
<td>1 Bleecker St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Community Bookstore</td>
|
||||
<td>143 7th Ave, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Cups and Books</td>
|
||||
<td>2024 Bedford Ave, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Dashwood Books</td>
|
||||
<td>33 Bond St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Desert Island Comics</td>
|
||||
<td>540 Metropolitan Ave, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">East Village Books</td>
|
||||
<td>99 St. Mark's Place, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">
|
||||
Every Thing Goes Book Cafe and Neighborhood Stage
|
||||
</td>
|
||||
<td>208 Bay St, Staten Island</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Freebird Books</td>
|
||||
<td>123 Columbia St, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Greenlight Bookstore</td>
|
||||
<td>686 Fulton St, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">
|
||||
Greenlight Bookstore (Prospect Lefferts Gardens)
|
||||
</td>
|
||||
<td>632 Flatbush Ave, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Here's A Book Store</td>
|
||||
<td>1964 Coney Island Ave, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Housing Works Bookstore Café</td>
|
||||
<td>126 Crosby St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Human Relations Books</td>
|
||||
<td>1067 Flushing Ave, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Idlewild Books</td>
|
||||
<td>170 7th Avenue S, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">James Cummins Bookseller</td>
|
||||
<td>699 Madison Ave, 7th Floor, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Jewel City Books</td>
|
||||
<td>658 Franklin Ave, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Joanne Hendricks Cookbooks</td>
|
||||
<td>488 Greenwich St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Karma Bookstore</td>
|
||||
<td>136 East Third St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Kew & Willow Books</td>
|
||||
<td>81-63 Lefferts Boulevard, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Kinokunya</td>
|
||||
<td>1073 Avenue of the Americas, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Kitchen Arts & Letters</td>
|
||||
<td>1435 Lexington Ave, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Logos Bookstore</td>
|
||||
<td>1575 York Ave, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Mast Books</td>
|
||||
<td>72 Avenue A, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">McNally Jackson Books</td>
|
||||
<td>52 Prince St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">McNally Jackson Books City Point</td>
|
||||
<td>445 Albee Square W, Unit G112, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">McNally Jackson Books Seaport</td>
|
||||
<td>4 Fulton St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">McNally Jackson Books Williamsburg</td>
|
||||
<td>76 North 4th St, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Melville House Publishers</td>
|
||||
<td>46 John St, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Mercer Street Books & Records</td>
|
||||
<td>206 Mercer St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Mil Mundos Books</td>
|
||||
<td>323 Linden St, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Molasses Books</td>
|
||||
<td>770 Hart St, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Namaste Bookshop</td>
|
||||
<td>2 W 14th St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Pillow-Cat Books</td>
|
||||
<td>328 East 9th St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Posman Books Chelsea Market</td>
|
||||
<td>75 9th Avenue, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Posman Books Rockefeller Center</td>
|
||||
<td>30 Rockefeller Plaza, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">PowerHouse Arena</td>
|
||||
<td>28 Adams St, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">PowerHouse on 8th</td>
|
||||
<td>1111 8th Ave, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Printed Matter</td>
|
||||
<td>231 11th Ave, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Printed Matter St. Marks</td>
|
||||
<td>38 St. Marks Pl, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Quest Bookshop</td>
|
||||
<td>240 E 53rd St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Respect For Life Books-N-Things</td>
|
||||
<td>537 Nostrand Ave, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Revolution Books</td>
|
||||
<td>437 Malcolm X Blvd, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Rizzoli Bookstore</td>
|
||||
<td>1133 Broadway, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Shakespeare & Company</td>
|
||||
<td>939 Lexington Ave, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">
|
||||
Shakespeare & Company (Upper West Side)
|
||||
</td>
|
||||
<td>2020 Broadway, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Sister's Uptown Bookstore</td>
|
||||
<td>1942 Amsterdam Ave, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Spoonbill & Sugartown, Booksellers</td>
|
||||
<td>218 Bedford Ave, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Standards Manual</td>
|
||||
<td>212 Franklin Street, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Strand Bookstore</td>
|
||||
<td>828 Broadway, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Sweet Pickle Books</td>
|
||||
<td>47 Orchard St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Terrace Books</td>
|
||||
<td>242 Prospect Park West, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">The Austin Book Shop</td>
|
||||
<td>104-29 Jamaica Ave, Richmond Hill</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">The Book Cellar</td>
|
||||
<td>1465 York Ave, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">The Center for Fiction</td>
|
||||
<td>15 Lafayette Ave, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">The Corner Bookstore</td>
|
||||
<td>1313 Madison Ave, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">The Lit. Bar</td>
|
||||
<td>131 Alexander Ave, Bronx</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">The Mysterious Bookshop</td>
|
||||
<td>58 Warren St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Three Lives & Company</td>
|
||||
<td>238 West 10th St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Topos Bookstore Cafe</td>
|
||||
<td>788 Woodward Ave, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Turn The Page... Again</td>
|
||||
<td>39-15a Bell Blvd, Flushing</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Unnameable Books</td>
|
||||
<td>600 Vanderbilt Ave, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Unoppressive Non-Imperialist Bargain Books</td>
|
||||
<td>34 Carmine St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Ursus Books</td>
|
||||
<td>50 East 78th St, Suite 1C, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Westsider Rare & Used Books</td>
|
||||
<td>2246 Broadway, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Westsider Records</td>
|
||||
<td>233 West 72nd St, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Word Bookstore</td>
|
||||
<td>126 Franklin St, Brooklyn</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Word Up Books</td>
|
||||
<td>2113 Amsterdam Ave, New York</td>
|
||||
</tr>
|
||||
<tr id="" class="spotRow">
|
||||
<td class="name">Yu and Me Books</td>
|
||||
<td>44 Mulberry St, New York</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- end wrapper -->
|
||||
@ -754,6 +818,5 @@
|
||||
ga("create", "UA-100418882-1", "auto");
|
||||
ga("send", "pageview");
|
||||
</script>
|
||||
|
||||
|
||||
</body></html>
|
||||
</body>
|
||||
</html>
|
||||
|
7
js/jquery.scrollTo.2.1.3.js
Normal file
7
js/jquery.scrollTo.2.1.3.js
Normal file
@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Copyright (c) 2007 Ariel Flesler - aflesler ○ gmail • com | https://github.com/flesler
|
||||
* Licensed under MIT
|
||||
* @author Ariel Flesler
|
||||
* @version 2.1.3
|
||||
*/
|
||||
;(function(factory){'use strict';if(typeof define==='function'&&define.amd){define(['jquery'],factory)}else if(typeof module!=='undefined'&&module.exports){module.exports=factory(require('jquery'))}else{factory(jQuery)}})(function($){'use strict';var $scrollTo=$.scrollTo=function(target,duration,settings){return $(window).scrollTo(target,duration,settings)};$scrollTo.defaults={axis:'xy',duration:0,limit:true};function isWin(elem){return!elem.nodeName||$.inArray(elem.nodeName.toLowerCase(),['iframe','#document','html','body'])!==-1}function isFunction(obj){return typeof obj==='function'}$.fn.scrollTo=function(target,duration,settings){if(typeof duration==='object'){settings=duration;duration=0}if(typeof settings==='function'){settings={onAfter:settings}}if(target==='max'){target=9e9}settings=$.extend({},$scrollTo.defaults,settings);duration=duration||settings.duration;var queue=settings.queue&&settings.axis.length>1;if(queue){duration/=2}settings.offset=both(settings.offset);settings.over=both(settings.over);return this.each(function(){if(target===null){return}var win=isWin(this),elem=win?this.contentWindow||window:this,$elem=$(elem),targ=target,attr={},toff;switch(typeof targ){case 'number':case 'string':if(/^([+-]=?)?\d+(\.\d+)?(px|%)?$/.test(targ)){targ=both(targ);break}targ=win?$(targ):$(targ,elem);case 'object':if(targ.length===0){return}if(targ.is||targ.style){toff=(targ=$(targ)).offset()}}var offset=isFunction(settings.offset)&&settings.offset(elem,targ)||settings.offset;$.each(settings.axis.split(''),function(i,axis){var Pos=axis==='x'?'Left':'Top',pos=Pos.toLowerCase(),key='scroll'+Pos,prev=$elem[key](),max=$scrollTo.max(elem,axis);if(toff){attr[key]=toff[pos]+(win?0:prev-$elem.offset()[pos]);if(settings.margin){attr[key]-=parseInt(targ.css('margin'+Pos),10)||0;attr[key]-=parseInt(targ.css('border'+Pos+'Width'),10)||0}attr[key]+=offset[pos]||0;if(settings.over[pos]){attr[key]+=targ[axis==='x'?'width':'height']()*settings.over[pos]}}else{var val=targ[pos];attr[key]=val.slice&&val.slice(-1)==='%'?parseFloat(val)/100*max:val}if(settings.limit&&/^\d+$/.test(attr[key])){attr[key]=attr[key]<=0?0:Math.min(attr[key],max)}if(!i&&settings.axis.length>1){if(prev===attr[key]){attr={}}else if(queue){animate(settings.onAfterFirst);attr={}}}});animate(settings.onAfter);function animate(callback){var opts=$.extend({},settings,{queue:true,duration:duration,complete:callback&&function(){callback.call(elem,targ,settings)}});$elem.animate(attr,opts)}})};$scrollTo.max=function(elem,axis){var Dim=axis==='x'?'Width':'Height',scroll='scroll'+Dim;if(!isWin(elem)){return elem[scroll]-$(elem)[Dim.toLowerCase()]()}var size='client'+Dim,doc=elem.ownerDocument||elem.document,html=doc.documentElement,body=doc.body;return Math.max(html[scroll],body[scroll])-Math.min(html[size],body[size])};function both(val){return isFunction(val)||$.isPlainObject(val)?val:{top:val,left:val}}$.Tween.propHooks.scrollLeft=$.Tween.propHooks.scrollTop={get:function(t){return $(t.elem)[t.prop]()},set:function(t){var curr=this.get(t);if(t.options.interrupt&&t._last&&t._last!==curr){return $(t.elem).stop()}var next=Math.round(t.now);if(curr!==next){$(t.elem)[t.prop](next);t._last=this.get(t)}}};return $scrollTo});
|
Loading…
Reference in New Issue
Block a user