Careers Send Us Your CV Job(Other) Name Email Mobile Phone Message Attach CV Are you a robot? (Allowed file formats doc, docx or pdf only - Maximum of 1MB) 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(); }); }