Teachers Clinic 2018 Teachers Clinic 2018 2018-02-28 10:41:172020-03-10 10:45:262020-03-10 10:41:48 Teachers Clinic 2018 Picture Gallery function mod_std_branchfind(c){ v_branchfind=c.value.toLowerCase(); $('.cms-std > div > ul > li').each(function(){ if($(this).html().toLowerCase().indexOf(v_branchfind)!=-1) $(this).show(); else $(this).hide(); }); }