gpt4 book ai didi

javascript - dbclick 在 Raphael.js 中不起作用

转载 作者:行者123 更新时间:2023-11-29 18:33:10 25 4
gpt4 key购买 nike

我有以下 JS 代码片段(使用 Raphael 库),但双击不起作用 - 谁能帮我弄清楚为什么?

var paper = new Raphael(document.getElementById('canvas_container'), 600, 500);
var shape=[];
var shapefill=[];
shape[1] = paper.path('m150,150 l40,0 l0,20 l-40,0 l0,-20z');
shapefill[1]=toothsurface[1].attr({fill:'#FF33FF'})
shapefill[1].dbclick(function ()
{
window.location="http://127.0.0.1:8000/dbclick/";
});

注意:这与“shapefill[1].click(...);”完美配合

最佳答案

应该是dblclick,不是dbclick

来自source , Raphael.js 支持以下事件 - click dblclick mousedown mousemove mouseout mouseover mouseup touchstart touchmove touchend orientationchange touchcancel gesturestart gesturechange gestureend

关于javascript - dbclick 在 Raphael.js 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5739698/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com