Updated README.md

Signed-off-by: Mark Malek <markmmalek@me.com>
master
Mark Malek 2011-05-07 04:57:52 -04:00
parent 946077990e
commit e9fe5297bc
1 changed files with 3 additions and 3 deletions

View File

@ -3,9 +3,9 @@
## Methods:
* show - .fixedHeaderTable('show')
* hide - .fixedHeaderTable('hide')
* destroy - .fixedHeaderTable('destroy')
* show - `$('selector').fixedHeaderTable('show');`
* hide - `$('selector').fixedHeaderTable('hide');`
* destroy - `$('selector').fixedHeaderTable('destroy');`
## Options: