$(document).ready(function(){ $("#demo").click(function(){ bootstro.start(".bootstro", { onComplete : function(params) { alert("Reached end of introduction with total " + (params.idx + 1)+ " slides"); }, onExit : function(params) { alert("Introduction stopped at slide #" + (params.idx + 1)); }, }); }); }); //