jQuery UI Widgets Forums Grid cellhover and not hover

This topic contains 1 reply, has 2 voices, and was last updated by  Stanislav 7 years, 3 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • cellhover and not hover #97076

    arkgroup
    Participant

    I’d like to show and hide panel outside of the grid. When mouse is hover cell, I need to show panel. Hide panel when mouse is not hovering cell.
    I can use cellhover to show panel, but don’t know what to use when mouse is out of cell.

    Thanks

    cellhover and not hover #97094

    Stanislav
    Participant

    Hello arkgroup,

    You can use the jQuery events mouseenter and mouseleave. When the cursor enters the grid you call the porperty.
    And when it leaves the grid you can empty or hide the panel or log.

    Best Regards,
    Stanislav

    jQWidgets Team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.