Documentation
load
usage
.kaiten("load", "html", [$src])
parameters
html : String, the HTML to display in the new panel
$src : jQuery object, the element that initiated the loading (optional)
returns
A jQuery object, the panel created
Use the load function to create a new panel and to display HTML.
If provided, the $src element will be highlighted.
examples
Assuming that we are in Kaiten's startup function :
this.kaiten('load', '<p>1 2 1 2... this is just a test!</p>' );
See also :
reload
Reload a panel content.