A repository of over 1000 quality jQuery plugins

jQuery jQuery Livesearch

jQuery Livesearch is a jQuery Search plugin.

Created by Nakajima

Adds some live search to your page

Not what you're looking for? Click here to view more Search jQuery plugins

jQuery Live Search

Simple live search for content on web pages.

Usage

$('input[name="q"]').search('.searchable', function(on) {
  on.reset(function() {
    $('.searchable').show();
  });

  on.empty(function() {
    $('#empty-message').show();
  });

  on.results(function(results) {
    $('.searchable').hide();
    results.show();
  });
});

View the example at http://nakajima.github.com/jquery-livesearch/



You might also like these other Search jQuery Plugins

  • jquery-githubfinder

    Github profile finder using jQuery and Ajax

  • mark.js

    A text highlighter to highlight search terms or custom regular expressions. Includes options for every use case and was built […]

  • Jets.js

    Native CSS search engine

License:

(c) Copyright 2009 Pat Nakajima