$(function(){ $('input#id_search').quicksearch('table#dealers tbody tr',{ 'stripeRows': ['odd', 'even'], 'bind': 'keyup click', selector:'td:nth-child(2), td:nth-child(3)' } ); });