我在彼此里面有很多嵌套的div:
<div id="container_anatomy">
<div id = "container_anatomy_painted">
<div id="example"> Item1</div>
<div id="example"> Item2</div>
<div id="example"> Item3</div>
</div>
</div>
我只想使用此函数创建外部div "anatomy_part"
和"container_anatomy_painted"
Draggable:
var clicked = false,
clickX;
$('#container_anatomy_painted').on({
'mousemove': function(e) {
clicked && updateScrollPos(e);
},
'mousedown': function(e) {
clicked = true;
clickX = e.pageX;
clickY = e.pageY;
last_x = $('#container_wrapper_anatomy').scrollLeft();
last_y = $('#container_wrapper_anatomy').scrollTop();
event.preventDefault();
},
});
但是现在即使是“示例” - 项目也是可以移动的。有没有办法不让嵌套的div继承相同的jquery函数?所以我只能在"mousemove"
上"container_anatomy_painted"
。
答案 0 :(得分:0)
您可以绑定到子div并在该绑定中使用session->setTimeout(Poco::Timespan(10, 0));