: Javascript/php sorting plugin I have a set of thumbnails and I want to sort them by name, by rating and by newest added. I've found Quicksand which I think is pretty good, but I need to know
I have a set of thumbnails and I want to sort them by name, by rating and by newest added.
I've found Quicksand which I think is pretty good, but I need to know if there are some other scripts/plugins which does the same job.
More posts by @Twilah146
2 Comments
Sorted by latest first Latest Oldest Best
I love datatables (see: datatables.net/) for sorting and filtering through rows in a table format - if you need to search for text, or between dates submitted, etc.
It is very simple to use, but it's only for data in table format, which may not be what you are looking for. It will automatically convert a designated html table with the proper format on the fly, which makes it server language agnostic and I have used it with everything from custom php to complex Drupal applications, and since this is such a simple way to get the job done, some team members of mine recently used it on a SharePoint project with the same ease.
PHP is server part language, so you can do that with jQuery. Some demos for you.
james.padolsey.com/javascript/sorting-elements-with-jquery/ tablesorter.com/docs/#Demo tinysort.sjeiti.com/
You could also search jquery sort via google.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.