bootstrap-timepicker icon indicating copy to clipboard operation
bootstrap-timepicker copied to clipboard

Multiple Timepickers Created Dynamically

Open j0nr opened this issue 9 years ago • 1 comments

Hello,

I am cloning a div which contains a timepicker input. When I click on the cloned input it tries to control the first/original input.

Do I need to give each timepicker input a unique id? How would I take care of this in jQuery as when its a class I just do this:

$(function () {
        $('.pick-time').timepicker({
            minuteStep: 5,
            showMeridian: false,
            disableFocus: true,
            defaultTime: 'current',
        });
});

}

How would I refer to a dynamically changing selector?

Thanks.

j0nr avatar Jan 05 '16 13:01 j0nr

Anyone able to help with this please?

j0nr avatar Jan 24 '16 21:01 j0nr