ligerui ligerTip气泡提示信息

 

 

 onAfterShowData:function(){
            $('.l-grid-row-cell-inner').hover(function (){
                $(this).ligerTip({content:$(this).text(),x:10,y:10});
                },function (){
                    $(this).ligerHideTip();
                }
            );
        }

此文章是按照:http://www.cnblogs.com/vazumi/archive/2012/01/14/2322184.html博客所写!此博客写的很多!

相关文章:

  • 2021-11-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-24
  • 2021-07-19
  • 2022-01-20
  • 2022-02-24
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-27
  • 2021-06-09
  • 2021-06-11
相关资源
相似解决方案