I have multiple \'li\' elements:
$(\".my_lis\")
with on the page I want to shuffle them around with JavaScript (I\'m using JQuery). How to do t
You can check out the jQuery Sortable plugin which has great examples and code walkthroughs/samples here:
http://jqueryui.com/demos/sortable/