I was working on a small project these days, and I needed to work with some kind of home-made plugins based on jQuery.
I have 5 plugins and I want to wrap them in one big plugin to avoid extensive includes in my html in a way that make an hierarchy like this:
jQuery.BigPlugin.NestedPlugin
and I wanna know how to call the nested plugin methods.