How to use jptab ?
<script> $(function(){ $('.tab').jptab(); }); </script>
A dead simple jQuery plugin which allows you to organize DIV contents into a tab interface with minimal effort.
tabs Tabbed-content<script> $(function(){ $('.tab').jptab(); }); </script>