简体   繁体   中英

Drag and Drop to pop up add new modal form with pre-filled?

I want to add a new functionality to my Spring web application. I have an add new button on the home page and clicking it will pop up a modal with form to allow people to input something and submit. What I want is to allow dragging some text and dropover mouse on the add button, then the form modal displayed with one of the input field filled with the text dragged. Any solution on this?

For the modal, I suggest you use bootstrap modals

You need to be more specific as to from the "some text" you want to drag and drop will come from.

HTML5's drag and drop has some easy javascript to get you started

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM