quicksearch

jQuery with quicksearch plugin performance problems

I'm using the jQuery quicksearch plugin to search for items in a table of data. Very slick and works fantastically well when there are a reasonable number of rows. (Reasonable number: Less than 200 rows with 10 columns which an average of 20 characters per cell.) When I increase the number of rows performance drops off and it becomes ...

onAfter event in quicksearch plugin for jQuery called too soon

I'm using the quicksearch plugin for jQuery and generally it works well. I've added a function to the onAfter event which gets called but I have found that it is called before the style attribute on the row has been set to "display: none" Is there another event or a way to hook into another event that will fire after this attribute has ...

android app search button

I've been trying to make my app implement the built in quick search, similar to how it is done in ApiDemos' "app/search/invoke search". I have tried everything from trying to follow different examples, to copying the code exactly as it is in ApiDemos. All I've found for the former have been concerned with older versions of the SDK, and ...

jQuery quicksearch plug-in tinkering with JSON

I've implemented the quicksearch plugin by Rik Lomas and I love it for an application in a custom CMS I'm building. I was wondering though, since I'm going to have a bizillion items in the table if there's a way to use the data from my json callback to populate the table as a user searches rather than the table contents themselves. So...

JQuery QuickSearch: Searching on load if the input isn't blank

I have used the jquery quicksearch plugin and it works fine, except for one problem. I would like the quicksearch to run when the page is loaded. I have created a second quicksearch function (which is called when the page is loaded) and changed the bind to something else, but it won't work on "load" or "ready". If I change the bind to ...

jQuery QuickSearch

1- The filtering action runs on keypressed is there a way to make it run by a button. (i.e. the table is not filter unless a button is pressed). This will help in many ways especially on huge tables or when working on multiple tables. 2- There are 2 ways on filtering (all columns or using tag) what if we were able to filter according to...

How to put another button in android quick search box?

Hello, i'm using android qsb feature in my app. Qhen user click len button on hes keyboard, i open quick search box with one input box and one button. I want to know if i can add another button in qsb. I think it is possible, Google has added search by voice button in qsb. Thanks. ...

[jquery] [tablesorter] [quicksearch] How to determine number of displayed rows?

I'm using jQuery with TableSorter and QuickSearch plugins. These work fine. How can I: dynamically display row numbers for each displayed row? somewhere on my page, display the total number of displayed rows? ...

quickSearch jQuery plug-in - Handling Live Content?

Hi! I'm using the quickSearch jQuery plug-in: http://lomalogue.com/jquery/quicksearch/ The reason it's not working currently in my app, is that while my search box remains constant, the table does not... It's a web app, and the table changes. Problem is the QuickSearch plugin will only search with the first table, if I AJAX in new tab...