Skip to content

Instantly share code, notes, and snippets.

View awesomegithubusername's full-sized avatar

awesomegithubusername awesomegithubusername

View GitHub Profile
$(function(){
var $start=$('.start'),
tour=new Tour({
onStart:function(){
$start.addClass('disabled',true);
},
onEnd:function(){
$start.removeClass('disabled',true);
}});
tour.addStep({