riklomas / quicksearch

A jQuery plugin for searching through tables, lists, etc quickly
http://www.lomalogue.com/jquery/quicksearch/
680 stars 261 forks source link

Trouble with the selector option #46

Open mrcoulson opened 12 years ago

mrcoulson commented 12 years ago

Hello! Does the selector option support selectors that include classes? I have this:

$("input#txtSearch").quicksearch("table tr", { "delay": "1000", "selector": "td.address" });

I only want to search in the td elements with class address. When I try this, however, the search doesn't appear to do anything.

Am I just wrong?