Mobile app version of vmapp.org
Login or Join
Twilah146

: 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

@Twilah146

Posted in: #Javascript #LookingForAScript #Php

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.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Twilah146

2 Comments

Sorted by latest first Latest Oldest Best

 

@Sent6035632

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.

10% popularity Vote Up Vote Down


 

@Angela700

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.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme