$(document).ready(function() {
	$(".kk_ref").tooltip({effect: 'slide', bounce: true, lazy: false}).dynamic( {    
       // customized configuration on bottom edge 
		bottom: { 
            // slide downwards 
            direction: 'down', 
             
            // bounce back when closed 
            bounce: true
			
        }
    });
});