Most of you must be looking to find a solution to your issues while creating tabbed sections in Unbounce. And you may find very handful of guides on this topic over the web and most of them are not working for you. Well your search will end here for sure.
I won't make this post a stretchy one but to the point so that you get to see the actual reason why its not working for you but working for many others.
NOTE: To make this guide shorter and to the point I am sharing one refence video covering this same Unbounce guide. Amazing video guide by Ivan Mana.
Or if you may have seen the actual demo of this tabbed section functionality at (https://community.unbounce.com/t/how-to-add-tabbed-sections/4633) by Noah. He is an amazing Unbounce developer for sure.
So those of you who may already followed the above guide and its still not working for you.
Here is what you may be missing to get this working.
You will need to add jQuery script in the Script section for your page.
Go to Javascripts, and add a new script named as jQuery (1.4.2) with placement of the script inside the Head.
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
After adding the given script above save it.
That's it!
Your tabbed section would be working by now (if you have followed the video guide above)