字符串不是窗口位置href的函数

use*_*457 48 javascript jquery

考虑:

$('.b').click(function(){
    var link = 'www.yahoo.com';
    window.location.href(link);
});
Run Code Online (Sandbox Code Playgroud)

我希望它能打开www.yahoo.com,但它说"字符串不是一个功能".为什么?

jsFiddle:http://jsfiddle.net/V9Xat/