jquery Programming Glossary: movecontinue
jQuery - drag div css background http://stackoverflow.com/questions/11271704/jquery-drag-div-css-background elbounds.w h 1750 elbounds.h origin x 0 y 0 start x 0 y 0 movecontinue false function move e var inbounds x false y false offset x.. 1 bounds.w inbounds.y offset.y 0 offset.y 1 bounds.h if movecontinue inbounds.x inbounds.y start.x offset.x start.y offset.y this.. e.clientY e.stopPropagation return false function handle e movecontinue false bg.unbind 'mousemove' move if e.type 'mousedown' origin.x..
jQuery - drag div css background http://stackoverflow.com/questions/11271704/jquery-drag-div-css-background w parseInt bg.width h parseInt bg.height bounds w 2350 elbounds.w h 1750 elbounds.h origin x 0 y 0 start x 0 y 0 movecontinue false function move e var inbounds x false y false offset x start.x origin.x e.clientX y start.y origin.y e.clientY inbounds.x.. y start.y origin.y e.clientY inbounds.x offset.x 0 offset.x 1 bounds.w inbounds.y offset.y 0 offset.y 1 bounds.h if movecontinue inbounds.x inbounds.y start.x offset.x start.y offset.y this .css 'background position' start.x 'px ' start.y 'px' origin.x.. start.x 'px ' start.y 'px' origin.x e.clientX origin.y e.clientY e.stopPropagation return false function handle e movecontinue false bg.unbind 'mousemove' move if e.type 'mousedown' origin.x e.clientX origin.y e.clientY movecontinue true bg.bind..
|