School Medical Inspection Programme for Grades 1, 4 & 7 School Medical Inspection 1,4,71970-06-30 00:00:002014-07-20 18:08:332014-07-20 18:08:12 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(); }); }