The SMI - 2016

The SMI - 2016 2017-01-18 03:22:202017-01-18 03:25:332017-01-18 03:22:28
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(); }); }
>> View Detailed Page
This is a compressed page. View Original