This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="map"></div> | |
| <ul id="map-locations"> | |
| <li class="location" data-jmapping="{id: 1, point: {lng: -122.2678847, lat: 37.8574888}, category: 'market'}"> | |
| <a href="#" class="map-item">Berkeley Bowl</a> | |
| <div class="info-html"> | |
| <p>A great place to get all your groceries, especially fresh fruits and vegetables.</p> | |
| </div> | |
| </li> | |
| <li class="location" data-jmapping="{id: 2, point: {lng: -122.4391131, lat: 37.7729943}, category: 'restaurant'}"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="map"></div> | |
| <div id="map-side-bar"> | |
| <div class="map-location" data-id="1" data-point="{lng: -122.2678847, lat: 37.8574888}" data-category="'market'"> | |
| <a href="#" class="map-link">Berkeley Bowl</a> | |
| <div class="info-box"> | |
| <p>A great place to get all your groceries, especially fresh fruits and vegetables.</p> | |
| </div> | |
| </div> | |
| <div class="map-location" data-id="2" data-point="{lng: -122.4391131, lat: 37.7729943}" data-category="'restaurant'"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="map"></div> | |
| <div id="map-side-bar"> | |
| <div class="map-location" data-jmapping="{id: 1, point: {lng: -122.2678847, lat: 37.8574888}, category: 'market'}"> | |
| <a href="#" class="map-link">Berkeley Bowl</a> | |
| <div class="info-box"> | |
| <p>A great place to get all your groceries, especially fresh fruits and vegetables.</p> | |
| </div> | |
| </div> | |
| <div class="map-location" data-jmapping="{id: 2, point: {lng: -122.4391131, lat: 37.7729943}, category: 'restaurant'}"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="map"></div> | |
| <div id="map-side-bar"> | |
| <div class="map-location" data-jmapping="{id: 1, point: {lng: -122.2678847, lat: 37.8574888}, category: 'market'}"> | |
| <a href="#" class="map-link">Berkeley Bowl</a> | |
| <div class="info-box"> | |
| <p>A great place to get all your groceries, especially fresh fruits and vegetables.</p> | |
| </div> | |
| </div> | |
| <div class="map-location" data-jmapping="{id: 2, point: {lng: -122.4391131, lat: 37.7729943}, category: 'restaurant'}"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="map"></div> | |
| <div id="map-side-bar"> | |
| <div class="map-location" data-jmapping="{id: 1, point: {lng: -122.2678847, lat: 37.8574888}, category: 'market'}"> | |
| <a href="#" class="map-link">Berkeley Bowl</a> | |
| <div class="info-box"> | |
| <p>A great place to get all your groceries, especially fresh fruits and vegetables.</p> | |
| </div> | |
| </div> | |
| <div class="map-location" data-jmapping="{id: 2, point: {lng: -122.4391131, lat: 37.7729943}, category: 'restaurant'}"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --safe-updates, --i-am-a-dummy, -U | |
| Allow only those UPDATE and DELETE statements that specify which rows to modify by using key | |
| values. If you have set this option in an option file, you can override it by using | |
| --safe-updates on the command line. See the section called "MYSQL TIPS", for more information | |
| about this option. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| for mysql_cmd in $(compgen -o nospace -A command mysql) ; do | |
| if [ "${mysql_cmd%5}" != "$mysql_cmd" ]; then | |
| alias "${mysql_cmd%5}"="$mysql_cmd" | |
| fi | |
| done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * jQuery UI Effects Transparent Highlight | |
| * by Brian Landau | |
| * http://gist.github.com/169863 | |
| * | |
| * Will highlight the element and then fade it back to a transparent background. | |
| * | |
| * Copyright (c) 2009 Brian Landau (Viget Labs) | |
| * MIT License: http://www.opensource.org/licenses/mit-license.php | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="map"></div> | |
| <div id="map-side-bar"> | |
| <div class="map-location" data-jmapping="{id: 1, point: {lng: -122.2678847, lat: 37.8574888}, category: 'market'}"> | |
| <a href="#" class="map-link">Berkeley Bowl</a> | |
| <div class="info-box"> | |
| <p>A great place to get all your groceries, especially fresh fruits and vegetables.</p> | |
| </div> | |
| </div> | |
| <div class="map-location" data-jmapping="{id: 2, point: {lng: -122.4391131, lat: 37.7729943}, category: 'restaurant'}"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="map"></div> | |
| <div id="map-side-bar"> | |
| <div class="map-location" data-jmapping="{id: 1, point: {lng: -122.2678847, lat: 37.8574888}, category: 'market'}"> | |
| <a href="#" class="map-link">Berkeley Bowl</a> | |
| <div class="info-box"> | |
| <p>A great place to get all your groceries, especially fresh fruits and vegetables.</p> | |
| </div> | |
| </div> | |
| <div class="map-location" data-jmapping="{id: 2, point: {lng: -122.4391131, lat: 37.7729943}, category: 'restaurant'}"> |