I use the solution suggested in the answer to this question
How to make twitter bootstrap tab as form wizard?
because I need the same functionality and it works great in firefox but in chrome I get:
Uncaught TypeError: Object.../localhost:..../#otherIncome1 has no method 'click'
I am aware that .click()
on elements isn't supported in chrome (or am I wrong?).
I've found related questions but nothings seems to work.
I've tried:
"$('#n.1').click()"
or "$('#n.1').trigger('click')"
I get no errors but still doesn't work. Any hints?