External Tooltip plug-in on Jqgrid

后端 未结 2 559
遥遥无期
遥遥无期 2021-01-07 07:18

Currently i am not using any other plug in for tool tip on mouse hover of grid row. I am using

$(\"#list\").setCell(rowid,\'Name\',\'\',\'\',{\'title\':\'my         


        
2条回答
  •  青春惊慌失措
    2021-01-07 07:47

    Because in the next version of jQuery UI will be included Tooltip (see demo) I recommend you better to download it now from github and a little play with it.

    I prepared the demo which change the tooltip for the second column of the grid and use HTML contain with custom class (I use in demo standard ui-state-highlight class) and custom animation effect (slideUp/slideDown). So you will see about following alt text

    I hope the demo will help you to implement your requirements to custom tooltips.

提交回复
热议问题