Display tooltip with delay
This commit is contained in:
parent
fd852294bc
commit
d8396d6b11
@ -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 }?>
|
Loading…
Reference in New Issue
Block a user