jquery-steps
jquery-steps copied to clipboard
Jquery Cloned button not working
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");
Check elements for ids if are not identical.
Fixed it using the jQuery("body").on("click", events it worked on append html.