I am currently working on creating a Vertical tab element using CSS and jQuery. However, I am facing an issue where I need to display the content of the first tab upon page load. I have tried using the following line of code but it does not seem to be working:
$('#v-nav>div.tab-content:first-child').show();
I obtained the Vertical tab code from the link provided below, please take a look:
http://jsfiddle.net/frabiacca/7pM7h/5/
Could you please assist me in correcting this code so that the first tab-content is displayed by default upon loading the page?
Thank you in advance.