return false;
jc('...').id('..).draggable({ drag: function(){ point=jc('#im').id('im').position(); if(point.x<0){ return false; } } });