jquery - Hide qTips on both distance and click event -


i want qtips hide on both events: click , distance :20, here code:

hide : {                                                         distance : 20, }, 

if put instead of distance:20 -> event : 'click', works fine on click, if added both click gonna work!! can use both??

i tried using this:

hide : {     event: 'click',              distance : 20, }, 

but said click works then!


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -