#$.afui.loadContent(target, newTab, goBack, transition, anchor); ``` This is called to initiate a transition or load content via ajax. We can pass in a hash+id or URL. ``` ##Example ``` $.afui.loadContent("#main",false,false,"up"); ``` ##Parameters ``` target string newtab boolean= go boolean= transition string= anchor object= ``` ##Returns ``` undefined ```