javascript - Is Multi level Clone solution in jQuery -
can 1 multi level clone solution can have multiple levels of nested cloned forms using sheepit jquery plugin?
any appreciated.
try for reference
afteradd:function (data) { initializeautotab($('input.autotab', data)); initializedatepicker(data); }
if using nested forms, must specify same afteradd nested options.
regardless, alternative using live/on.
also note want use afteradd instead of afterclone because afterclone seems before content added dom.
Comments
Post a Comment