Using Jquery, CSS, mySQL, Ajax and PHP the this purchase will give you three examples for how to use and display sortable lists. The first example populates the list from the database, allows you to sort the order, then allows you to save he list using ajax funtionality so the page does not reload. In addition, there is a message box that shows dynamically the status of whether the boxes have been moved and not save and whether the changes ...
jQuery script for sorting a select box’s option elements. You can easily sort the items in the select box ascending (A-Z) and descending (Z-A). You can even ignore casing. In the demo script, I have included a custom comparer function, which shows you how to randomize the content in the select box. This will make it easier for you, to build your own custom sorting mechanisms and extend the SelectSorter easy! Changelog: version 0.4 ...