jquery - Use a couple of plugins of jsTree -


i have question? possible load core file , few plugins of jstree?

the jstree.js file in dist folder large , need couple of plugins.

how can load plugins need safely?

the plugin url: jstree plugin

thanks

there no online builder, yet. can either:

1) use module loader (require, amd, etc) on src folder

2) concat ones need in single file , minify it.

3) use build procedure - clone repo locally, delete plugins not need src folder , run build procedure - files need in dist folder.


Comments