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 ide开发者_如何学Pythonas?
You can try this too:
hide: {when: {event:'mouseout unfocus'}, fixed: true, delay: 500}
hide: {
  when: {
    event: 'mouseout'
  }
}
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论