Created
July 5, 2021 05:17
-
-
Save vinodkiran/715977901058c3197aff08982c5a1e34 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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> |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://getbootstrap.com/docs/4.0/getting-started/introduction/#quick-start