效果:

JS:

var sortIndex = $("#ListDiv").find(".datagrid-view2").find(".datagrid-header-row").find("td").eq(8).find("span").eq(1);
sortIndex.removeClass("datagrid-sort-icon");
sortIndex.addClass("datagrid-sort-icon2");

css:

.datagrid-sort-icon2{background:url(../images/upDownIcon.png) no-repeat 0 0;width:15px;height:9px;display:inline-block; left: 3px;position: relative;top:;+top:-2px;top:2px\0;cursor:pointer;}

最新文章

  1. ubuntu中用户使用的shell如何指定
  2. 还原数据库:The backup set holds a backup of a database other than the existing database……
  3. settings.php rwx
  4. LeetCode之Binary Tree Level Order Traversal 层序遍历二叉树
  5. jquery判断页面滚动条(scroll)是上滚还是下滚,且是否滚动到头部或者底部
  6. poj 3087 Shuffle'm Up ( map 模拟 )
  7. 一些ecplise 快捷键
  8. 【秒懂】号称最为简明实用的Django上手教程
  9. redhat7.2静默安装Oracle11.2.0.4
  10. repr调试python程序
  11. jackson json转对象 json转集合 对大小写支持
  12. Java并发编程基础-线程安全问题及JMM(volatile)
  13. 转 Multiple outputs from T4 made easy t4生成多文件
  14. asp.net web api集成微信服务(使用Senparc微信SDK)- z
  15. maven打包时跳过测试
  16. Android Service基础知识你知道多少?
  17. [转]21分钟 MySQL 入门教程
  18. 【SQLSERVER】服务挂起解决办法
  19. 纯css 简单网页
  20. linux驱动基础系列--Linux I2c驱动分析

热门文章

  1. SQL Server数据库级别触发器
  2. android.util.TypedValue.applyDimension
  3. 黑马程序员_Java基础:JDK1.5后的新特性:自动拆装箱,以及注意事项
  4. webapi版本升级管理
  5. windows 7下qtcreator里QWT文件的pro配置
  6. 我的Sharepoint表单使用
  7. DECLARE_GLOBAL_DATA_PTR宏定义问题
  8. 客户端JS性能的一些优化的小技巧
  9. Visual Studio2013(Update4)无法生成依赖项关系图解决方案
  10. iPhone的Push(推送通知)功能原理浅析