Pages tagged dragndrop:

Drag and drop table content with JavaScript
http://www.redips.net/javascript/drag-and-drop-table-content/
Collpasible Drag & Drop Panels Using jQuery
http://webdeveloperplus.com/jquery/collpasible-drag-drop-panels/

# $('.column').sortable({ # connectWith: '.column', # handle: 'h2', # cursor: 'move', # placeholder: 'placeholder', # forcePlaceholderSize: true, # opacity: 0.4, # }) # .disableSelection();
Drag & Drop with PHP & jQuery | Papermashup.com
http://papermashup.com/drag-drop-with-php-jquery/
Drag & Drop with PHP & jQuery | Papermashup.com - http://papermashup.com/drag-drop-with-php-jquery/
The ability to drag and drop content on a page and have it save the order can make for a great user interface and is actually relatively easy to execute with a few lines of jQuery. You’ll need to include the jQuery user interface library which you can find here: Jquery Google API. All the files needed to get this up and running are in the download at the bottom of this post. In this tutorial we’re going to be looking at 2 main PHP pages. the index.php page which contains the contents and functionality to perform the drag and drop and the updateList.php file which is a simple piece of code to update the listOrder column in the database using PHP and MySQL. Additionally you will need to add your database details to the connect.php file in the download package.
The ability to drag and drop content on a page and have it save the order can make for a great user interface and is actually relatively easy to execute with a few lines of jQuery. You’ll need to include the jQuery user interface library which you can find here: Jquery Google API. All the files needed to get this up and running are in the download at the bottom of this post.
The ability to drag and drop content on a page and have it save the order can make for a great user interface and is actually relatively easy to execute with a
Exemplo de implementação de Drag and Drop com PHP e Jquery
QuirksBlog: The HTML5 drag and drop disaster
http://www.quirksmode.org/blog/archives/2009/09/the_html5_drag.html
"After spending about a day and a half in testing I am forced to conclude that the HTML5 drag and drop module is not just a disaster, it’s a fucking disaster."
Holy H Christ... WHAT have we done!? We stood idly by and let this drag and drop disaster happen.
Gee, I wonder why that is.