#$.afui.ready ``` function to fire when afui is ready and completed launch ``` ##Example ``` $.afui.ready(function(){console.log('afui is ready');}); ``` ##Parameters ``` param function ``` ##Returns ``` undefined ```