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

python - jinja2: TemplateSyntaxError: expected token ',', got 'string' -

Qt4: how to send QString inside a struct via QSharedMemory -

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -