We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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");
The text was updated successfully, but these errors were encountered:
Check elements for ids if are not identical.
Sorry, something went wrong.
Fixed it using the jQuery("body").on("click", events it worked on append html.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: