锘?
鐢ㄦ埛璇勭駭錛?/span>
鍙g錛?6
浜烘皵錛?877621 楂樹簬騫沖潎:19.00%
鏀惰棌錛?
鍞愬北騫沖崌鐢靛瓙鎶鏈紑鍙戞湁闄愬叕鍙?/a>
閭紪錛?63020
鐢佃瘽錛?315-7353609
浼犵湡錛?353609
緗戝潃錛?a target="_blank" rel="nofollow">http://www.data86.net
Email錛?a href="mailto:412670484@qq.com">412670484@qq.com
鏈綉绔欎俊鎭秹鍙婂箍鍛婂唴瀹癸紒
var gory = $("#H_ProductCategoryList").val();
var obj = eval(gory);
$(function () {
$.each(obj, function (key, item) {
if (item.ParentID == "0") {
//濡傛灉鏄竴綰?鍒ゆ柇鏄惁鏈夊瓙闆?
var result = false;
$.each(obj, function (key, itemch) {
if (itemch.ParentID == item.CategoryID) {
result = true;
return;
}
})
if (result == false) {
$("#id_category_" + item.CategoryID).attr("style", "background-image:url('../Content/Foreground/image/zximg/ico_s1.gif')");
$("#id_category_" + item.CategoryID).unbind("click").removeClass("id_HideCateGory").removeClass("id_ShowCateGory");
}
}
})
})
//鐐瑰嚮h1浜嬩歡 灞曞紑
$(document).on("click", ".id_ShowCateGory", function () {
var $chi = "";
var pid = $(this).attr("data-id");
$.each(obj, function (key, item) {
if (item.ParentID == pid) {
var result = false;
$.each(obj, function (key, itemch) {
if (itemch.ParentID == item.CategoryID) {
result = true;
return;
}
})
if (result == false) {
$chi += "
";
if ($chi != "") {
$(this).parent().append($chi);
}
$(this).attr("style", "background-image:url('../Content/Foreground/image/zximg/ico_s1.gif')");
$(this).unbind("click").addClass("id_HideCateGory").removeClass("id_ShowCateGory");
})
$(document).on("click", ".id_HideCateGory", function () {
$(this).parent().find("ul").remove();
$(this).attr("style", "background-image:url('../Content/Foreground/image/zximg/ico_s2.gif')");
$(this).unbind("click").addClass("id_ShowCateGory").removeClass("id_HideCateGory");
})
//$(".id_HideCateGory").click(function () {
// $(this).parent().remove("li");
// $(this).attr("style", "background-image:url('../Content/Foreground/image/zximg/ico_s2.gif')");
// $(this).unbind("click").addClass("id_ShowCateGory").removeClass("id_HideCateGory");
//})