Build Sri Lanka Exhibitionbuild_sl2014-05-30 00:00:002016-08-24 12:36:402016-08-24 12:24:57 Date : 30th, 31st of May 2014, 01st of June 2014 Time: 12.00am Location : BMICH 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(); }); }