Deyata Kirula 2014 - Kuliyapitiyadeyatakirula14_kul2014-02-21 00:00:002016-08-24 12:58:272016-08-24 12:54:29 Date/Time : 21st, 22nd, 23rd, 24th, 25th, 26th, 27th, 28th, of June 2014 (Fullday) Location : Technical Collage Kuliyapitiya 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(); }); }