Commit c58ce024 by 陈超

T

parent 0ccfeee3
...@@ -194,24 +194,24 @@ ...@@ -194,24 +194,24 @@
}) })
/*确定点击*/ /*确定点击*/
$(function () { // $(function () {
$(".bd").on("click",".one-nav-layer ul li a",function () { // $(".bd").on("click",".one-nav-layer ul li a",function () {
$(this).parent().parent().children().children().attr("type",""); // $(this).parent().parent().children().children().attr("type","");
$(this).attr("type","chick"); // $(this).attr("type","chick");
}); // });
$(".bd").on("click",".one-nav-layer [type=button]",function(){ // $(".bd").on("click",".one-nav-layer [type=button]",function(){
var typedata=[]; // var typedata=[];
for (var i=0;i<$("[type=chick]").length;i++){ // for (var i=0;i<$("[type=chick]").length;i++){
typedata[i]=$($("[type=chick]")[i]).attr("uid") // typedata[i]=$($("[type=chick]")[i]).attr("uid")
} // }
/*typedata 为uid 分类识别凭证*/ // /*typedata 为uid 分类识别凭证*/
/* 请求处理程序..*/ // /* 请求处理程序..*/
}); // });
})(); // })();
$(function(){ $(function(){
$(".hd").click(function(){ $(".hd").click(function(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment