You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AiShopping/AiGouWu\Admin\Products\type...

16 lines
750 B

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="typeList.aspx.cs" Inherits="AiGouWu.Admin.Products.List" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>类别管理</title>
<link rel="stylesheet" type="text/css" href="../images/style.css" />
<script type="text/javascript" src="../../Content/Javascript/jquery-1.6.4.min.js"></script>
<script type="text/javascript">
$(function() {
$(".msgtable tr:nth-child(odd)").addClass("tr_bg"); //隔行变色
$(".msgtable tr").hover(
function() {
$(this).addClass("tr_hover_col");