Home › Forums › Back End › Tabs not working › Reply To: Tabs not working
August 12, 2013 at 1:29 pm
#146563
Participant
Hi –
When I inspect your code, it seems that JavaScript is applying display: none;
to each of your <li>
elements inside the <ul id="serinfo">
.
The JavaScript console seems to be reporting the following error on line 9 of tabs.js.
Uncaught TypeError: Property '$' of object [object Object] is not a function
Worth looking into. Looks like jQuery isn’t handling this properly.
Hope this helps in some way.