Skip to content

Commit a4fac1e

Browse files
committed
Documentation fixes
1 parent 66e1f66 commit a4fac1e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

-5
Original file line numberDiff line numberDiff line change
@@ -460,35 +460,30 @@ The plugin supports these methods:
460460

461461
#### disable
462462
Disable the file input.
463-
464463
```js
465464
$('#input-id').fileinput('disable');
466465
```
467466

468467
#### enable
469468
Enable the file input.
470-
471469
```js
472470
$('#input-id').fileinput('enable');
473471
```
474472

475473
#### reset
476474
Reset the file input.
477-
478475
```js
479476
$('#input-id').fileinput('reset');
480477
```
481478

482479
#### clear
483480
Clear the file input.
484-
485481
```js
486482
$('#input-id').fileinput('clear');
487483
```
488484

489485
#### refresh
490486
Refreshes the file input plugin based on options provided. You can supply an array of plugin options as a parameter.
491-
492487
```js
493488
// example 1 (disable at runtime)
494489
$('#input-id').attr('disabled', 'disabled');

0 commit comments

Comments
 (0)