jquery表格排序(4)
来源:未知 责任编辑:责任编辑 发表时间:2015-09-16 20:03 点击:次
});
$("thead > tr >th").eq(1).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_USERNAME");
$("#datapatchForm").submit();
});
$("thead > tr >th").eq(2).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=U_USERNAME");
$("#datapatchForm").submit();
});
$("thead > tr >th").eq(3).click(function(){
var ordertype="DESC";
if("${v_order_type}"=="DESC"){
ordertype="ASC";
}else{
ordertype="DESC";
相关新闻>>
最新推荐更多>>>
- 发表评论
-
- 最新评论 更多>>