Skip to content

Commit

Permalink
Merge pull request uxsolutions#334 from KevinSjoberg/master
Browse files Browse the repository at this point in the history
Complete `update` method with argument documentation.
  • Loading branch information
eternicode committed Feb 16, 2013
2 parents 8c3fe70 + 1ce846e commit ac9ad7b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -278,9 +278,11 @@ $('#datepicker').datepicker('hide');

### update

Arguments: None
Arguments:

* date (String|Date)

Update the datepicker with the current input value.
Update the datepicker with given argument or the current input value.

```javascript
$('#datepicker').datepicker('update');
Expand Down

0 comments on commit ac9ad7b

Please sign in to comment.