[jQuery] jQuery: Clone Event Handlers (objects)
Hello.
What I want to do:
- use dyndatetime calendar (+ time) for multiple items, some of them
cloned
From
a +
b +
c +
to
a calendar -
a calendar -
c calendar -
b calendar -
The problem is that I cannot apply 'jQuery
( "input.dateField" ).dynDateTime();' for the cloned objects since I
cannot know what to instantiate from the start and inputs cannot be
found on the page.
Is there any chance to use only 1 dynDateTime (or a calendar in
general) and to write into different inputs? Dynamic, new elements on
page without refresh.