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

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -