Private: Home › Forums › HTML Templates › Elvyre Retina Ready HTML5 Template › first child of "li" always active in service tabs › Reply To: first child of "li" always active in service tabs
January 22, 2015 at 4:17 pm
#1696
Participant
Hello,
First, remove the class="active"
from the HTML source.
Then, go to js/include.js and go to about 92 line:
$tabLis.first().addClass('active').show();
Delete this line, and the class won’t be added to the first item anymore.
Robert