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
Post a Comment