$(document).on('mousedown', function(e) { var mousedown = { x: e.pageX } $(document).on('mousemove', function(e) { var mousemove = { x: e.pageX } }) }) $(document).on('mouseup', function(){ $(document).off(); })
jquery事件綁定移除綁定后無法再次綁定???
回首憶惘然
2019-02-21 18:19:05