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

r - Trouble relying on third party package imports in my package -

Payment information shows nothing in one page checkout page magento -