INNER CODE UNIT · JavaScript

findInd

ceilf6/Auto_courseGrabber · web结构/展开前页面结构/自主选课_files/index.js:651

                        var findInd = allList.findIndex(itemp=>itemp==item.name);
                        if(findInd>-1){
                            allList.splice(findInd,1);
                        }
                    })
                }
            }else{
                console.log('33****')
                //保持原状 取原先模板  先塞外层再append
                var groups = $(that.byFormsDom).find('.form-group').clone(true);
                if(that.allOpt.maxShowNum && groups && groups.length>Number(that.allOpt.maxShowNum)){
                    openStr =
                    `
                    <div class="openClose">
                        <label for="" class="openBtn"><span class="txt">展开</span><span class="img-box"><img src="${_systemPath}/images/zk.png"/></span></label>
                    </div>
                    `
                }

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…