Documentation

Plugins/Claypool/boot

From jQuery JavaScript Library

Jump to: navigation, search

« Back to Plugins/Claypool

boot( callback )

Triggers the application framework to initialize, reading in all configurations and scan paths.
This plugin provides an entry point to the initialization of the application similar to the way jQuery.ready provides an entry point to the the html dom being ready for plugins. The boot process can be tuned via either client.js or server.js located in app/boot/
Arguments:
callbackFunction
A callback to be applied after the event ApplicationInitialized and before the event ApplicationLoaded


Examples:
This plugin method is usually used inside $(document).ready and causes jquery.claypool to start its magic.

$.boot();

NameType