function songsearch(){ t=$('#sstext').val().toLowerCase(); $('.playlist li').each(function(){ if($(this).get(0).innerText.toLowerCase().indexOf(t)>=0) $(this).show(); else $(this).hide(); }); }

Seeyee Noottuwa

Search Songs:
>> View Detailed Page
This is a compressed page. View Original