Hi everyone

I added the first release of this small, but useful plugin I made.
As most plugins I made, is more oriented to devs, maybe can perform as
utilitary for some other plugin.

While doing jQuery.Rule, I realized how easy it is, to generate other
kind of collections, with the same (collection) functionality that the
jQuery object has, by using many of its functions.
This plugin will generate collection classes, that will include
jQuery's functions (or equivalent) to work on its elements.
These classes can be extended by adding stuff to it's prototype
( or .fn ).
These collections can also be used to generate new classes, using
simple inheritance.

Collections have a function .fn() which is called on each
instantiation, that can be modified for each class. These classes also
support a call without using the 'new' keyword, just like jQuery.

In short... here's the link to the project page: 
http://plugins.jquery.com/project/Collection
There you have the release, an explanatory text, a link to my blog,
and a link to a small demo.
The demo won't show any behavior, I'll try to add some later, please
check the source instead. It has some well commented examples.

For questions and feedback, you can post in the blog.

Thanks!

Ariel Flesler

Reply via email to