Skip to content

Commit

Permalink
Documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Jul 31, 2014
1 parent 66e1f66 commit a4fac1e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -460,35 +460,30 @@ The plugin supports these methods:

#### disable
Disable the file input.

```js
$('#input-id').fileinput('disable');
```

#### enable
Enable the file input.

```js
$('#input-id').fileinput('enable');
```

#### reset
Reset the file input.

```js
$('#input-id').fileinput('reset');
```

#### clear
Clear the file input.

```js
$('#input-id').fileinput('clear');
```

#### refresh
Refreshes the file input plugin based on options provided. You can supply an array of plugin options as a parameter.

```js
// example 1 (disable at runtime)
$('#input-id').attr('disabled', 'disabled');
Expand Down

0 comments on commit a4fac1e

Please sign in to comment.