Callback function to be executed after the accordion is fully loaded.
Callback function is specified in the configuration section of the plugin.
$('selector').jAccordion({ ready : function() { //Here goes your code, e.g. alert('Accordion has been succesfully loaded.'); //You can call any public method using this.method(), e.g. alert(this.getVersion()); } });
Demo 1 demonstrates how to create your own function to be executed when accordion is ready. Message indicating when accordion is ready is displayed below it.
jAccordion by maniacpc, exclusively for CodeCanyon