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.
ニュートラルエリアのどこかをダブルクリックしてホームページに戻るためのjqueryプラグインはありますか? ホームページのリンクをダブルクリックしますか?
どうもありがとう。
ダブルクリックイベントにバインドできます。マークアップを見ないと、ニュートラル エリアのセレクターを作成する方法がわかりません。
$("NEUTRAL AREA").bind("dblclick", function(){ window.location.replace("http://yourdomain.com"); });