How to make this code is available to click and show? I have tried by changing .hide() to .show() but still it's unable to click when the tabs is show.
<li id="tabs10">
<a href="javascript: ;" >
<span>SIMULASI</span>
</a>
</li>
<script>$("#tabs10").hide();</script>