tags:

views:

86

answers:

1

Hi, im using the modal window qTip. Everything works fin, but i was wondering if it is posible to hide the modal window on either when onMouseout or mouseleave... and how?

this is my current setting:

hide: {
   when: {
      event: 'unfocus'
   }
},

Of course the unfocus only works when clicking outside. Any ideas?

A: 
hide: {
  when: {
    event: 'mouseout'
  }
}
Harold1983-
won't work in qTip http://craigsworks.com/projects/qtip/
andufo