jquery-steps icon indicating copy to clipboard operation
jquery-steps copied to clipboard

Jquery Cloned button not working

Open kantsverma opened this issue 4 years ago • 2 comments

I was cloing the bottom button to the top of div like using the below code but did not work how can I enable Button for both top and bottom?

jQuery('#top_buttons').html(jQuery('div.actions').clone());
stepsWizard.steps("next");

kantsverma avatar Jun 10 '21 10:06 kantsverma

Check elements for ids if are not identical.

elvisef avatar Aug 17 '21 13:08 elvisef

Fixed it using the jQuery("body").on("click", events it worked on append html.

kantsverma avatar Aug 17 '21 13:08 kantsverma