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!

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.