function ShowCheckNew(src) { $(src).parent().children().removeClass("cur"); $(src).addClass("cur"); var Index = $(src).attr("id"); Index = Index.substring(3, Index.length); var ShowIndex = "#shk" + Index $(src).parent().parent().parent().children(".hy_con").hide(); $(src).parent().parent().parent().find(ShowIndex).show(); } var CheckIndex = "0"; var SwichID = "#index_NewCut"; $(SwichID).find("#chk" + CheckIndex).addClass("cur"); $(SwichID).find("#shk" + CheckIndex).show();