您现在的位置:主页 > 技术中心 > WEB编程 > JavaScript

jquery表格排序(6)

来源:未知 责任编辑:责任编辑 发表时间:2015-09-16 20:03 点击:

             if("${v_order_type}"=="DESC"){
             ordertype="ASC";
             }else{
             ordertype="DESC";
             }
             $("#datapatchForm").attr("action","<%=path%>/datapatch/initDatapatchInf.do?ordertype="+ordertype+"&order_field=U_SUBMIT_DATE");
             $("#datapatchForm").submit();
         });
         $("thead > tr >th").eq(7).click(function(){
             var ordertype="DESC";
             if("${v_order_type}"=="DESC"){
             ordertype="ASC";
             }else{
             ordertype="DESC";
             }
             $("#datapatchForm").attr("action","<%=path%>/datapatch/initDatapatchInf.do?ordertype="+ordertype+"&order_field=SA_RECE_DATE");
             $("#datapatchForm").submit();
         });
   });
     </script>
     <style type="text/css">
     table.tablesorter thead tr th {
     background-image: url(<%=path%>/images/bg.gif);
     background-repeat: no-repeat;
     background-position: center right;
     background-color:#CAE8EA;
     cursor: pointer;
 }
     </style>
 </head>
 <body>
   <%
   List list = (List)request.getAttribute("datapatchInfList");
   String v_current_page = request.getAttribute("v_current_page")==null?"1":(String) request.getAttribute("v_current_page");
   int i_current_page = Integer.parseInt(v_current_page);
发表评论
请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
评价:
表情:
用户名: 验证码:点击我更换图片

推荐热点

  • Gb2312转utf-8编码的方法(vbs+js)
  • 如何使用Ajax技术开发Web应用程序(1)
  • js跳转路径问题
  • JavaScript模仿桌面窗口
  • 用js检测两个线段是否相交
  • 运用JavaScript构建你的第一个Metro式应用程序(o
  • 我知道的JavaScript -- 设计模式(桥接)应用之 – 验
  • 我是如何去了解jquery的(六),案例之幻灯片轮换
  • Jquery封装幻灯片效果
?? - ?? - ÝřŝžľŘÝź - TAGąęÇŠ - RSSśŠÔÄ - ??
Copyright © 2004-2024 上海卓卓网络科技有限公司