Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

Releases for TinySort


TinySort 1.0.2

Download: jquery.tinysort.1.0.2.zip
Size: 29.27 KB
md5_file hash: 1c68b4870993fe526c42fe834a4bacd2
First released: January 10, 2009 - 3:32pm

matching numerics did not work for trailing zero's, replaced with regexp (which should work for + and - signs as well)

TinySort 1.0.1-a

Download: jquery.tinysort.1.0.1.zip
Size: 29.36 KB
md5_file hash: 883c3749e57ecba7637255d9b11c431f
First released: November 22, 2008 - 2:52pm
Last updated: November 22, 2008 - 2:52pm

added documentation

TinySort 1.0.0

Download: jquery.tinysort.1.0.0.zip
Size: 2.63 KB
md5_file hash: 36e478f5694acf6527b293417503495d
First released: June 23, 2008 - 7:24pm

- no big changes but stable enough to go to 1.0.0

TinySort 0.2.0

Download: jquery.tinysort.0.2.0.zip
Size: 2.42 KB
md5_file hash: 4185e93941f482871f2c341982516f8e
First released: June 20, 2008 - 3:11pm

- replaced IE incompatible 'for each (..in..)' with 'for (..in..)' or '$.each'

TinySort 0.1.3-a

Download: jquery.tinysort.0.1.3_0.zip
Size: 2.43 KB
md5_file hash: 7ba142d3b6d9beac72cd23be5824545c
First released: June 12, 2008 - 12:38am

- fixed hierarchical ordering
- changed 'orderby' setting to 'attr'
- added random order
- added type checking in parsed variables
- added public access to default plugin settings

!!!! bloody minifier changed 'for each' into 'foreach' (causing errors)

TinySort 0.1.3

Download: jquery.tinysort.0.1.3.zip
Size: 2.43 KB
md5_file hash: 6ee233cf0a542b765363f6f2d5087e55
First released: June 12, 2008 - 12:25am

- fixed hierarchical ordering
- changed 'orderby' setting to 'attr'
- added random order
- added type checking in parsed variables
- added public access to default plugin settings

TinySort 0.1.1

Download: TinySort.zip
Size: 1.71 KB
md5_file hash: 244a08e2458f799eb567c0a6b3ea9129
First released: June 8, 2008 - 9:58pm

Zipped release with both regular and minified version.

TinySort 0.1.0

Download: jquery.tinysort.min.js_0.txt
Size: 918 bytes
md5_file hash: 5d00dede286da63e4c01deb352522f81
First released: June 8, 2008 - 9:29pm

A plugin to sort child nodes by (sub) contents or attributes.