Closed INDIAN2020 closed 8 years ago
this plugin can be successfully cloned field
$('.clone-box').cloneya().on('clone_before_clone', function (event, toclone, newclone) {
$('.datepicker').datepicker('destroy');
}).on('clone_after_append',function (event, toclone, newclone) {
$('.datepicker').datepicker();
});
When id/class specific not working.