jQuery Plugin Boilerplate with elegant Interface

jQuery Plugin Boilerplate with elegant Interface

Hi folks,

some weeks ago I extended the http://queryboilerplate.com to fit my needs for developing jQuery plugins with a public interface. Coming from the PHP development I missed the scope feature to make functions private / public. So I extended the boilerplate and implemented a new namespace where all the public interface methods can be definied.

You can see the extended boilerplate on http://jquib.web-sav.de/ and use it for your own plugins -
I only ask you to review the code and give me feeback.

So long