A repository of over 1000 quality jQuery plugins

jQuery Searchbox

Searchbox is a jQuery Search plugin.

Created by Rpheath

A live search plugin for jQuery.

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

h1. Searchbox

This is a jQuery plugin that turns any textbox into a live search, or a "searchbox".

h3. Usage

$('input.search').searchbox()

That's it, really. There are a few configuration options:

  • url - a GET request is sent to this url (default: '/search')
  • param - the actually parameter that gets sent to the server (default: 'query')
  • dom_id - the element that gets updated with the results (default: '#results')
  • delay - the keystroke delay (default: 100 ms)
  • loading_css - the css for an ajax spinner/loading bar (default: '#loading')

So, customizing each config option might look like this:

$('input.search').searchbox({
  url: '/your/search/url',
  param: 'q',
  dom_id: '#thumbnails',
  delay: 250,
  loading_css: '#spinner'
})

h3. Hooks

There are a few places you can hook into the plugin by binding a function to specific events. Here are the events:

  • init.searchbox - triggered once when the plugin code executes
  • before.searchbox - triggered right before the search is performed
  • after.searchbox - triggered right after the search completes

Here's an example of how to make use of them:

$(document).bind('init.searchbox', function() { ... })

h3. License

(c) 2009 Ryan Heath, released under the MIT license



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