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"); });