jQuery plugin to add some behaviours to a custom designed file chooser
$('.file-chooser').fileChooser({
fileSelector: 'input[type="file"]',
fileLabelSelector: '.file-paths',
helpBlockSelector: '.help-block'
});
jQuery plugin to add some behaviours to a custom designed file chooser
JavaScriptISC
jQuery plugin to add some behaviours to a custom designed file chooser
$('.file-chooser').fileChooser({
fileSelector: 'input[type="file"]',
fileLabelSelector: '.file-paths',
helpBlockSelector: '.help-block'
});