Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save vinodkiran/715977901058c3197aff08982c5a1e34 to your computer and use it in GitHub Desktop.

Select an option

Save vinodkiran/715977901058c3197aff08982c5a1e34 to your computer and use it in GitHub Desktop.
<ul class="nav nav-tabs">
//for each
<li class="active"><a href="#'php'" data-toggle="tab">'php'</a></li>
//end for
</ul>
<div class="tab-content">
<div id="'.$row["category_id"].'" class="tab-pane fade in active">
</div>
</div>
@vinodkiran
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment