var a=$("#selectCategory");
var nextselect= a.next('select');
if(nextselect.length>0){
getSonCategory(a.val(), nextselect);
}
运行这个第九步JS后,他就会出来这个分类了,这个二级分类出来后就可以用软件选择功能,出来后再执行JS让第三级分类出来
第12步的JS代码是这个,也是触发第三级分类出来。
var a=$("#selectCategory");
var nextselect= a.next('select');
var nextselect2= nextselect.next('select');
if(nextselect.length>0){
getSonCategory(nextselect.val(), nextselect2);
}
这个网站的难度就在于这个分类和这个内容有矛盾的存在,IE11才能出来内容输入框,出不来,就无法发帖,而出来了内容框,又无法出来分类选择,用IE8是可以用软件选择功能去触发这个分类的。
第17步的这个选择标题是
指弹出选择图片选择窗口时的名称。
如果想哪一个列表随机,
是勾上这个勾,就会循环随机了,随机是任何位置,重复是有可能的,不要以为,随机了就不会重复的想法呢。