We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66e1f66 commit a4fac1eCopy full SHA for a4fac1e
README.md
@@ -460,35 +460,30 @@ The plugin supports these methods:
460
461
#### disable
462
Disable the file input.
463
-
464
```js
465
$('#input-id').fileinput('disable');
466
```
467
468
#### enable
469
Enable the file input.
470
471
472
$('#input-id').fileinput('enable');
473
474
475
#### reset
476
Reset the file input.
477
478
479
$('#input-id').fileinput('reset');
480
481
482
#### clear
483
Clear the file input.
484
485
486
$('#input-id').fileinput('clear');
487
488
489
#### refresh
490
Refreshes the file input plugin based on options provided. You can supply an array of plugin options as a parameter.
491
492
493
// example 1 (disable at runtime)
494
$('#input-id').attr('disabled', 'disabled');
0 commit comments