web - How to make a jQuery plugins hierarchy (nested plugins) -


i working on small project these days, , needed work kind of home-made plugins based on jquery.

i have 5 plugins , want wrap them in 1 big plugin avoid extensive includes in html in way make hierarchy this:

jquery.bigplugin.nestedplugin

and wanna know how call nested plugin methods.

if want avoid extensive includes should merge source files of plugins 1 file. have include 1 file , don't need change api of these plugins. here you'll find hints how that: combine , minify multiple css / js files.


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -