Commit c58ce024 by 陈超

T

parent 0ccfeee3
......@@ -194,24 +194,24 @@
})
/*确定点击*/
$(function () {
$(".bd").on("click",".one-nav-layer ul li a",function () {
$(this).parent().parent().children().children().attr("type","");
// $(function () {
// $(".bd").on("click",".one-nav-layer ul li a",function () {
// $(this).parent().parent().children().children().attr("type","");
$(this).attr("type","chick");
});
// $(this).attr("type","chick");
// });
$(".bd").on("click",".one-nav-layer [type=button]",function(){
var typedata=[];
for (var i=0;i<$("[type=chick]").length;i++){
typedata[i]=$($("[type=chick]")[i]).attr("uid")
}
/*typedata 为uid 分类识别凭证*/
/* 请求处理程序..*/
// $(".bd").on("click",".one-nav-layer [type=button]",function(){
// var typedata=[];
// for (var i=0;i<$("[type=chick]").length;i++){
// typedata[i]=$($("[type=chick]")[i]).attr("uid")
// }
// /*typedata 为uid 分类识别凭证*/
// /* 请求处理程序..*/
});
})();
// });
// })();
$(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