Title: cloning datebox Post by: jingalls on January 17, 2013, 03:24:20 PM I'm working with a situation where I'm trying to clone a div that has a datebox inside of it along with other markup. I'm appending the cloned div at the end of a container, but the datebox in the cloned markup isn't working. I try to initialize the datebox again and it creates yet another input box next to the one that was already cloned.
Is there a way to go about doing this properly? |