Home › Forums › JavaScript › jQuery tabs › Re: jQuery tabs
June 21, 2013 at 11:13 am
#139764
Participant
I remade my code and this works fine http://codepen.io/Kuzyo/pen/fHhik, but very interesting how works this solution, it stays riddle for me
if ($(“ul.tab-headers”).length)
$(“ul.tab-headers”).tabs(“.tab-panes > div”, {
current: “active”
});