View Single Post
Old 01-05-2012, 10:52 PM   #2 (permalink)
wGEric
The Acquainted
 
wGEric's Avatar
 
Join Date: Nov 2007
Posts: 166
Thanks: 0
wGEric is on a distinguished road
Default

jQuery would make that easy to do. jQuery UI actually provides sortable functionality: http://jqueryui.com/demos/sortable/

Using that sortable feature from jQuery UI you can supply a change callback that will then use $.post or some other jQuery AJAX method to submit the data to your backend.

You can use jQuery's click event to setup the ajax to save the default image.
__________________
Eric
wGEric is offline  
Reply With Quote