I'm passing options to the qTip plugin like so:
hide: {
when: {
event: 'unfocus',
event: 'inactive',
event: 'click'
},
},
It appears to be working but should I bundle those 'events' somehow?