Yapapaya / jquery-cloneya

A jquery plugin to clone DOM elements
MIT License
76 stars 28 forks source link

Bootstrap date picker position not pointing exact date input field #54

Closed INDIAN2020 closed 8 years ago

INDIAN2020 commented 8 years ago

When id/class specific not working.

maxisoft-git commented 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();
        });
actual-saurabh commented 8 years ago

Try this: http://stackoverflow.com/questions/28378518/boostrap-date-picker-not-work-after-clone-using-jquery-cloneya