Skip to content

Commit

Permalink
add download directions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
gregwebs committed Jun 26, 2011
1 parent 902643a commit 33c0bc6
Showing 1 changed file with 23 additions and 8 deletions.
31 changes: 23 additions & 8 deletions README
@@ -1,23 +1,37 @@
uiTableFilter
# uiTableFilter

- jquery plugin for filtering table rows

download

## download

click Download link at bottom of:
http://plugins.jquery.com/project/uiTableFilter

source code

## source code

http://github.com/gregwebs/jquery-uitablefilter

author and license

## author and license

copyright Greg Weber dual licensed under GPL and MIT

personal demo

## Demos

### personal

http://projects.gregweber.info/demo/flavorzoom.html

outside demo
### outside

http://silverwareconsulting.com/index.cfm/2008/10/2/jquery-autofiltering-table
this is a nice example that ties this plugin with the tablesorter plugin

usage

## usage

t = $('table')
$.uiTableFilter( t, phrase )
Expand All @@ -35,5 +49,6 @@ optional arguments:
* column to limit search too (the column title in the table header)
* ifHidden - callback to execute if one or more elements was hidden

Warning:

## Warning:
* expects a thead and tbody element

0 comments on commit 33c0bc6

Please sign in to comment.