Reputation: 14836
I really like the search function on iA and I was wondering how they did it. I found ejohn.org/blog/jquery-livesearch/ by John Resig but I still don't know how to:
Upvotes: 1
Views: 358
Reputation: 3286
Take a look at this great auto complete plugin for jquery.
By default it bolds the searching text in the results. I am sure you can change it add a css class to the search text and style it with CSS similar to IA's search.
I am sure you can also get the count of the items returned by examining the data returned.
Upvotes: 1