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 Collection


Collection 1.0.3

Download: jquery.collection_2.zip
Size: 6.35 KB
md5_file hash: f3827c9b90d1d259dde67a3d01028577
First released: January 29, 2008 - 12:45am

1.0.3
- pushStack might have failed in some cases.

Collection 1.0.2

Download: jquery.collection_1.zip
Size: 18.62 KB
md5_file hash: c2e67770c094ea599659b36be2d310bf
First released: January 15, 2008 - 2:13am

1.0.2
- Small fix for pushStack

Collection 1.0.1

Download: jquery.collection_0.zip
Size: 19.87 KB
md5_file hash: 17da04b5bb9f7af994d2d237ccd35386
First released: January 11, 2008 - 7:28am

1.0.1
- The static methods, copied from $.collection to its subclasses, have been exposed as $.collection.statics. This is a string which by now is 'extend,build,include,implement'. New methods can be concatenated. If desired, one could add the line $.collection.statics = $.collection.statics.split(',') and use it as an array.
- As implied in the previous item, $.collection got a new function called 'implement'.
- The comma separated method names given to the function include(), can have spaces near the commas, now.
- Converted the README into a humble API.
- Removed queue and dequeue, they don't seem to work reliably.

Collection 1.0.0

Download: jquery.collection.zip
Size: 18.41 KB
md5_file hash: 259db99ded741dfbb8c949ae499b321e
First released: January 9, 2008 - 11:01pm

1.0
- First release, check the README to see the features.