Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Tabs not working Reply To: Tabs not working

#146563
Noel Forte
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.