AI智能
改变未来

ASP.NET中 ui层实现光棒效果(jq)

在前台用Jquery实现:

[code]$(\"tr:gt(0)\").hover(function(){current=$(this).css(\"backgroundColor\");$(this).css({backgroundColor:\"aqua\"});},function(){$(this).css({backgroundColor:current});});

 

赞(0) 打赏
未经允许不得转载:爱站程序员基地 » ASP.NET中 ui层实现光棒效果(jq)