Skip to main content

phpRiot() :: Creating sortable lists with PHP and AJAX :: PHP...

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Bookmark History

Saved by 19 people (-2 private), first by anonymouse user on 2006-07-25


Public Comment

on 2007-06-20 by omnichaos

From site: "In any case, these methods are much more difficult to use than they should be. In this article, we’ll create a drag drop system using JavaScript that will let you drag an item to its new position, and then save the new order as soon as you drop the item. Here’s an example:"

Public Sticky notes

You might have been in a situation before where you had a list of items in your database that needed to be output in a specific order. These items could be anything: perhaps a listing of your favourite movies or your favourite books. For whatever reason, you want them ordered in a custom way that can’t be determined automatically (such as alphabetical).

Highlighted by cvdlinden