Bootstrap tabs plugin



https://i.ytimg.com/vi/RUd3TMZ-Xqg/hqdefault.jpg



Tags
twitter bootstrap tabs tutorial
bootstrap tabs example
bootstrap tabs fade example
bootstrap justified tabs example
bootstrap nav tabs justified
bootstrap tabs with dropdowns
bootstrap tabs with drop down example
bootstrap tab dropdown menu
bootstrap tabs simple example
bootstrap tabs animation
bootstrap tab pane active not working
bootstrap tab pane set active

Link for slides, code samples and text version of the video
http://csharp-video-tutorials.blogspot.com/2016/08/bootstrap-tabs-plugin.html

Link for all dot net and sql server video tutorial playlists
https://www.youtube.com/user/kudvenkat/playlists?sort=dd&view=1

Original source


19 responses to “Bootstrap tabs plugin”

  1. It's not working for me: Can you please look at this?

    <div class="container">

    <div class="row">

    <div class="col-xs-12">

    <ul class="nav nav-tabs">

    <li>

    <a href="#hometab" data-toggle="tab">Home</a>

    </li>

    <li>

    <a href="#contactTab" data-toggle="tab">Contact</a>

    </li>

    </ul>

    <div class="tab-content">

    <div class="tab-pane" id="hometab">

    <h3> Home Page</h3>

    </div>

    <div class="tab-pane" id="contactTab">

    <h3> Contact Page</h3>

    </div>

    </div>

    </div>

    </div>

    </div> and see if you can

  2. hello sir
    I am watching you videos I am trying to create a tab pulgin in my leptop tabs are coming but body are not be a coming
    I am trying 4to5 times but it's body are not comes​ .
    please help me

  3. My friend have you any lessons about plugin? It is very important which files we have to include for example Java Script or any other to Bootstrap and where for example in <Head> Or <Body> and why put it here or ther ?

Leave a Reply