Kanada2013 die Karte

Unsere mögliche Reiseroute:

Kanada2012

Kanada2013 der Plan

Karte der National Forests: www.fs.fed.us/locatormap/

Bike BC: mountainbikingbc.ca/page/regions-map

Roadtrippers Link: roadtrippers.com/trips/513064917f3d7718180013f2?mode=plan

Kanada2013Trip

Seattle

Idden für Seattle

Mit Bike und Fähre nach Seattle aus richtung Olympia

Restaurant nähe Fähren

plus.google.com/103001804756997942656/about?hl=de

jQuery reference: basic jquery

Basic jquery template:

$(document).ready(function() {
    $('thingToTouch').event(function() {
        $('thingToAffect').effect();
    });
});

Beispiel #1:

$(document).ready(function() {
    $('div').click(function() {
        $('div').fadeOut('fast');
    });
    $('div').hover(function() {
        $('div').addClass('red');
    }); 
});

Beispiel #2:

$(document).ready(function() {
    $('div').mouseenter(function() {
        $('div').fadeTo('fast', 1);
    });
    $('div').mouseleave(function() {
        $('div').fadeTo('fast', 0.25);
    }); 
});

Kanufahren