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

Recommend ability to use data-target attributes

Open dmarciano opened this issue 4 years ago • 0 comments

I am trying to use this library as part of a server-side Blazor project. However I am having an issue because when a button is clicked (for example the next) the URL is changed to /#next which causes my site to try and load a Razor page at that address which doesn't exist. It would be helpful in the header tags if we could put something like "data-target='tab1'" and then in the section tag set the ID to 'tab1' so it knows what section to use. This would eliminate the issue (at least for my project) since the window location would not be updated

dmarciano avatar Aug 15 '19 23:08 dmarciano