8 lines
144 B
JavaScript
Executable File
8 lines
144 B
JavaScript
Executable File
// npm package: dropify
|
|
// github link: https://github.com/JeremyFagis/dropify
|
|
|
|
$(function() {
|
|
'use strict';
|
|
|
|
$('#myDropify').dropify();
|
|
}); |