I have several draggables on my page. When I start dragging one, it moves just fine, but the other elements on the page are getting highlighted/selected from my cursor.
I noticed that the draggle demos on the jquery ui website seemed to work just fine. Does anyone have any ideas why text is being selected on my site during dragging?
This is the code I'm using (seems pretty standard to me):
$('.dragger').draggable( { 'helper': 'clone', 'revert': true });