[jQuery] Re: how to create multiple draggable div's with dynamic content

2009-04-14 Thread hybris77
thanks a bunch for your reply, and a thorough one as well I've experimented with a similar technique that you suggest where I had a template of xhtml and I thought I'll clone this and add the content, sounds like an excellent plan to me, right? one thing I kept running into was the the page goin

[jQuery] Re: how to create multiple draggable div's with dynamic content

2009-04-14 Thread roger
Sounds like you need to create a function (or two) to manage the creation of the draggable window and fill it with content. Your function should either clone the markup from a hidden div on the page or create new dom elements with javascript. You would then select the container that you cloned or