include('lib/functions.php'); ?>
This list takes information existing in the "sortme" table in the database and allows you to sort the order of the data and save in that order
There is also a message system that allows you to notify the user of the actions taken within the system. This is all managed by Ajax and Jquery so there is no need to refresh the browser
This is a basic drag and drop effect that allows you to sort the order of the list elements and then saves the results via cookie session. This can be implemented quickly to a number of different fields and areas or forms.
The javascript for this section is clearly labelled in the js/jsfunctions.js file where you can amend and add functions.
This is a basic drag and drop effect that allows you to sort the order of the list elements without saving. This can be implemented quickly to a number of different fields and areas or forms.
The javascript for this section is clearly labelled in the js/jsfunctions.js file where you can amend and add functions for each of these sections