twitter-bootstrap-wizard
twitter-bootstrap-wizard copied to clipboard
How to know which link was clicked?
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.
onTabChange: function(tab, navigation, index, clickedIndex) { console.log("index = "); console.log(index); console.log("clickedIndex = "); console.log(clickedIndex); }