twitter-bootstrap-wizard icon indicating copy to clipboard operation
twitter-bootstrap-wizard copied to clipboard

How to know which link was clicked?

Open leompeters opened this issue 8 years ago • 1 comments

Hi guys,

For example: if I have 2 links that trigger the Next event, one with id="next" and other id="save_next", how can I know which link was clicked triggering the Next event?

Thanks for your attention, Leo M.

leompeters avatar Nov 10 '16 19:11 leompeters

onTabChange: function(tab, navigation, index, clickedIndex) { console.log("index = "); console.log(index); console.log("clickedIndex = "); console.log(clickedIndex); }

SergeyDirin avatar Mar 21 '18 16:03 SergeyDirin