Ive tried anything to do this, but always get the same error
$(\".tooltip\").draggable(\'disable\');
Error: cannot call methods on draggabl
try using .unbind('ondrag') to remove the event from your element.
sorry I think it should be $("tooltip").unbind('draggable') not 100% sure on event name.