jquery表格排序(5)
来源:未知 责任编辑:责任编辑 发表时间:2015-09-16 20:03 点击:次
}
$("#datapatchForm").attr("action","<%=path%>/datapatch/initDatapatchInf.do?ordertype="+ordertype+"&order_field=U_PRIORITY");
$("#datapatchForm").submit();
});
$("thead > tr >th").eq(4).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=ITD_DEV_USERNAME");
$("#datapatchForm").submit();
});
$("thead > tr >th").eq(5).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=ITD_STATUS");
$("#datapatchForm").submit();
});
$("thead > tr >th").eq(6).click(function(){
var ordertype="DESC";
相关新闻>>
最新推荐更多>>>
- 发表评论
-
- 最新评论 更多>>