ligerui ligerTip气泡提示信息

时间:2015-03-23 15:05:41   收藏:0   阅读:3389

技术分享

 

 

 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博客所写!此博客写的很多!

原文:http://www.cnblogs.com/1246447850qqcom/p/4359675.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!