Skip to content
Advertisement

Add ID to the preview div in Dropzone.js

I’m trying to add an id attribute to each file uploaded in Dropzone.js, So I can sort it later on.

This is my code:

JavaScript




The line

JavaScript

Should add the id, but it does nothing. Tried it with prop() too.

If I choose a different element, it does work fine. for example, this works for .dz-details

JavaScript

But I cannot seem to find a way to add it to the dz-preview element.


The HTML structure looks like that:

JavaScript



Thank you for the help 🙂

Advertisement

Answer

JavaScript
User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement