Modify ↓
Ticket #1315 (closed enhancement: wontfix)
dynamically adding draggable items to DOM
| Reported by: | kentkobi | Owned by: | stefan |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.1.3 |
| Component: | interface | Version: | 1.1.2 |
| Keywords: | draggable, dynamic, idrag.js, add | Cc: | |
| Blocking: | Blocked by: |
Description
This is likely more my inexperience than anything, but I am unable to dynamically add new draggable items to a page. I try to clone a draggable item (using jquery), change the id, and then append to the DOM. Seems to work in FF but not IE.
A demo on how to do this, or even added to the idrag.js plugin would be great! I'm sure adding draggable items to a page would be quite useful to many.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

I should note the issue is adding items to the dom after the page has loaded. Just thought I should clarify!