I need something that will filter a list that is already displayed.
So, if I had a list of 100 names, I would type in the input box, and
my list would start to be filtered from the list that is already
there, so that I can quickly see the item(s) that match what I typed.

On May 17, 1:55 am, Eric Ongerth <[EMAIL PROTECTED]> wrote:
> Have you looked athttp://plugins.jquery.com/project/autocompletex?
>
> On May 16, 11:09 pm, hubbs <[EMAIL PROTECTED]> wrote:
>
> > Would i use .filter() for this?
>
> > On May 16, 11:42 am, hubbs <[EMAIL PROTECTED]> wrote:
>
> > > I am looking for a way to easily filter, and short a list.  I found
> > > the tableFilter plugin, but it is an overkill for what I need, and I
> > > don't want to use tables.  I want to be able to filter a list of
> > > items, and also sort this list by ABC.  I love the idea of the
> > > filtering being linked to an input box, so when you start typing
> > > something, it will filter the list, find what you are looking for, and
> > > remove the rest.
>
> > > Any suggestions on what I could use?

Reply via email to