0

The indicator line is not showing up on the active tab on page load.

ashwini
  • 355
  • 3
  • 9

1 Answers1

1

Initialize it on the onOpen callback in collapsible.

$('body .collapsible').collapsible({onOpen: function(){ $('ul.tabs').tabs() } })

Jude Calimbas
  • 2,764
  • 2
  • 27
  • 24