Open mrcoulson opened 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?
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?