﻿$(document).ready(function(){


$("li.barAdd").qtip({

content: 'Añadir a Lista Programada',
   show: { delay: 1100 },
   position: {
      corner: {
         target: 'center',
         tooltip: 'topLeft'
      }
   },
   hide: 'mouseout' ,

});

});	
