Display tooltip with delay

This commit is contained in:
Michael RICOIS 2013-06-24 16:24:16 +00:00
parent fd852294bc
commit d8396d6b11

View File

@ -286,7 +286,7 @@ Cette entreprise est une personne physique exerçant son activité en nom propre
$('td.lienfiche').each(function(){
$(this).qtip({
hide: { event: 'unfocus' },
show: { solo: true },
show: { solo: true, delay: 2000 },
content: { title: {button: true}, text: "Chargement...",
ajax: { url: '<?=$this->url(array('controller'=>'identite','action'=>'lienfiche'),null,true)?>/idFiche/'+$(this).attr('id') } },
position: { my: "bottom left", at: "top left" }
@ -336,5 +336,5 @@ $('a.dialog').on('click', function(){
}
});
<?php }?>
<?php }?>
</script>
</script>
<?php }?>