Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jquery Cloned button not working #328

Open
kantsverma opened this issue Jun 10, 2021 · 2 comments
Open

Jquery Cloned button not working #328

kantsverma opened this issue Jun 10, 2021 · 2 comments

Comments

@kantsverma
Copy link

kantsverma commented Jun 10, 2021

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");
@elvisef
Copy link

elvisef commented Aug 17, 2021

Check elements for ids if are not identical.

@kantsverma
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants