Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jquery plugin alternatives to jquery ui draggable?

Tags:

jquery

css

seems to be a bug in jquery UI when trying to drag a draggable outside the screen (i.e. when the page scrolls down) where the draggable loses it's position relative to the cursor.

you can see the bug here... http://jqueryui.com/demos/draggable/default.html

are there any other recommended jquery draggable plugins i could use instead?

alernatively i could try and fix the bug but I fear it's beyond me atm!

thanks :)

like image 774
significance Avatar asked Feb 07 '11 15:02

significance


1 Answers

By far the best drag/drop plugins I've found for jQuery are located here: http://threedubmedia.com/.

They provide new jQuery event handlers for the key stages of a drag-and-drop action, which allow you to customise the behaviour very easily. Just check out the demos to see what can be achieved using them.

like image 91
a'r Avatar answered Oct 02 '22 03:10

a'r