Jquery简单实现GridView行高亮的方法

时间:2015-06-15    点击:83   

本文实例讲述了Jquery简单实现GridView行高亮的方法。分享给大家供大家参考。具体实现方法如下:

$("#gridID tr:not(tr:last-child)").filter(function () {
  return $('td', this).length && !('table', this).length
}).hover(function () {
  $(this).toggleClass('hover_css');
});

希望本文所述对大家的jQuery程序设计有所帮助。

js预加载图片方法汇总
jquery实现兼容IE8的异步上传文件
JavaScript中使用Math.floor()方法对数字取整
jQuery实现自动调整字体大小的方法
JavaScript中使用指数方法Math.exp()的简介
> 返回     
地址:上海市普陀区胶州路941号长久商务中心 电话: QQ:
© Copyright 2012 上海网络 Product All Rights Reserved