TLDR: How would one add an 'id' attribute to the finish button within jQuery.Steps.js?
When the finish button is called it looks like this within HTML:
<a href="#finish" role="menuitem">Finish</a>
This is what I want it to look like:
<a href="#finish" role="menuitem" id="example1">Finish</a>
Any ideas?