javascript - How to instantiate multiple jQuery File Uploads? -
So basically, I have difficulty trying to create multiple times.
Currently, I have a button on my page which allows a user to create a new div
which contains text input and some graphs. I will use these new I would like to add a file upload part from div
so that they can attach images. Create new div
, which is unlimited, Divs are made from a long JavaScript string and are attached at the end of a container.
I would like to use the 'Basic Plus UI' version because it has a better and cleaner interface.
Some very basic instructions are displayed on the site, but I do not have to make sure that it is possible with dynamic construction or not.
The main problem is facing: The uploader engages the selected images in a section below their information to ensure my code to ensure that $ (This)
will work with each uploader completely different from others. The plugin currently works with ids and orbits, so I have to get around this also.
Of course, I am not asking anyone to write a ton of code for me! There would be some guidelines just about reaching it.
I know, for example with dynamically created objects: $ (selector) ) .on (..
). ('.Parent_container') ('click', '.btn', function () {// do something})
or live (..)
Instead of (
Comments
Post a Comment