|
|
Creating sortable lists with PHP and AJAX
|
02/24/2006 By Quentin Zervaas
|
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).
Traditionally, implementations of such functionality involve you clicking a “move up”, “move down”, “move to top”, or “move to bottom” button that switches the order the items (one item at a time). Or perhaps each item has a text box with a number in it, that by changing the numbers you can change the order of the list.
Read more...
|
Rate this Ajax Tutorials
Rating: 6.7 out of 3 votes cast
| |
|
|
|
|
|
|
|
|
|
|
|
|