Multiple Bubble Tooltip jQuery Plugin

The zip file(available on codecanyon) contains documentation and a wordpress plugin.


//default Bubble Tooltip
function startBlue(){
    $('.flstbubble li, .flstbubble2').flstBubble({id:'newId',duration:100});                                  
}
                                        
                                                                                                          
//Wizard Mode
$('.flstbubble').flstBubble({
                          
                            wizard: new Array('.s4','.s0','.s3','.s1'),
                            showOnlyOnWizard: true ,
                            autoscroll:true,
                            startWizardFrom:0,
                            theme: { 
                                      background:'red',
                                      color:'#fff'
                                    },
                            onFinishWizard:startBlue
                                  });