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

posted @ 2015-03-23 14:06  小安妮的熊  Views(777)  Comments(0)    收藏  举报