$(document).ready(function(){
$('.myDropzie1').dropzie();
$('.myDropzie2').dropzie();
$('.myDropzie3').dropzie();
$('.myDropzie4').dropzie();
$('.myDropzie5').dropzie({
customToggle: $('.myCustomToggle'),
change: function() {
alert('Changed!');
}
});
});
