Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
springBriz committed Feb 21, 2015
1 parent bbfb52d commit 0aea6b2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ $('#sample-table').tableRowMover({
### first parameter - options
| Option | Type | Default | Description |
| ------ | ---- | ------- | ----------- |
| rowTagName | string | 'tr' | 'tr' or 'tbody' |
| selectors | object | <ul><li>row: '.movable-table-row'</li><li>moveTop: '.move-top'</li><li>moveUp: '.move-up'</li><li>moveDown: '.move-down'</li><li>moveBottom: '.move-bottom'</li></ul> | |
| animate | boolean | true | |
| animateDuration | string or integer | 'fast' | |
| animateEasing | string | 'swing' | |
| rowTagName | String | 'tr' | 'tr' or 'tbody' |
| selectors | Object | <ul><li>row: '.movable-table-row'</li><li>moveTop: '.move-top'</li><li>moveUp: '.move-up'</li><li>moveDown: '.move-down'</li><li>moveBottom: '.move-bottom'</li></ul> | |
| animate | Boolean | true | |
| animateDuration | Number or String | 'fast' | same as jQuery .animate() 'duration' option |
| animateEasing | String | 'swing' | same as jQuery .animate() 'easing' option |

### second parameter - complete callback
| Type | Arguments | Description |
Expand Down

0 comments on commit 0aea6b2

Please sign in to comment.