i have a draggable div that has the overflow position to auto, so when the content is too big and i get a scroll bar,
since i haven't added a handle (i want the hole content of the div to drag it) when you use de scroll bar the div moves/draggs....
is there a way of excluding an element from the handle of a draggable div in jquery?
i need something like handle: not(#thisTable)
is there a way of doing this with selectors or something like that?
tnx in advanced
Fortes