I decided to try my hand in jQuery $('#tabs').tabs(); and make my tabs vertical. I ran into the problem of not having the content show upon selection of a tab. An example of the problem is here – JSFIDDLE I know there’s clearly something I’m missing. I tried looking at the Jquery UI documentation, but was still unaware of what I was doing wrong. I would be grateful to know why I’m having this problem and any other tips would also be greatly appreciative
I decided to try my hand in jQuery $(‘#tabs’).tabs(); and make my tabs vertical.
Share
Try this example: http://jqueryui.com/tabs/#vertical
You need some extra CSS (your JS Fiddle isn’t loading the jQuery UI CSS) for example:
Requires extra fiddling, but here’s an updated fiddle