标签: javascript jquery html
我希望将此代码转换为纯javascript,因此不必使用jquery:
var $active = $('.wizard .nav-tabs li.active'); $active.next().removeClass('disabled'); nextTab($active);