Documentation
load
usage
.kaiten("load", "html", [$src])
paramètres
html : String, the HTML to display in the new panel
$src : jQuery object, the element that initiated the loading (optional)
retourne
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.
exemples
Assuming that we are in Kaiten's startup function :
this.kaiten('load', '<p>1 2 1 2... this is just a test!</p>' );
Voir aussi :
reload
Reload a panel content.