Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
テキストや図形をハイパーリンクにする方法はありますか? クリックすると新しいブラウザが起動し、カーソルを合わせるとURLの場所が表示されますか?
タグではないリンクの URL をステータスバーに表示するようにブラウザーを作成することはできませんa。しかし実際には、キネティック オブジェクトにクリック ハンドラーを追加して、それらをリンクとして動作させることができます。
a
text.on('click', function() { // do something });
http://jsfiddle.net/4JYGL/