Bootstrap snippet and html example. Panels with nav tabs

This html snippet was created to help web designers, web developers, front-end and back-end developer save time. Use it for free in your project and build your app faster, You can also download the HTML, CSS, and JS code.

HTML code

This is the html code used to create this bootstrap snippet, You can copy and paste the following html code inside a page with bootstrap 3.2.0 included, to get the result that you can see in the preview selection


<html lang="en">
<head>
    <meta charset="utf-8">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">
	<link href="https://rawgithub.com/hayageek/jquery-upload-file/master/css/uploadfile.css" rel="stylesheet">
	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
	<script src="https://rawgithub.com/hayageek/jquery-upload-file/master/js/jquery.uploadfile.min.js"></script>
</head>
<body>

	<div class="container">
		<div class="page-header">
			<h1>Panels with nav tabs.<span class="pull-right label label-default">:)</span></h1>
		</div>

		<div class="col-md-12">
			<div class="panel with-nav-tabs panel-primary">
				<div class="panel-heading">
					<ul class="nav nav-tabs">
						<li><a href="#tab1primary" data-toggle="tab">ALL</a></li>
						<li class="active"><a href="#tab2primary" data-toggle="tab">
							<i class="fa fa-camera" aria-hidden="true"></i> Media Picture</a></li>
							<li><a href="#tab3primary" data-toggle="tab">Media File</a></li>
							<li><a href="#tab4primary" data-toggle="tab">Media Audio</a></li>
							<li class="dropdown">
								<a href="#" data-toggle="dropdown">Dropdown <span class="caret"></span></a>
								<ul class="dropdown-menu" role="menu">
									<li><a href="#tab5primary" data-toggle="tab">Isi Terserah</a></li>
									<li><a href="#tab6primary" data-toggle="tab">Isi Terserah</a></li>
								</ul>
							</li>
						</ul>
					</div>
					<div class="panel-body">
						<div class="tab-content">
							<div class="tab-pane fade" id="tab1primary">Primary 1</div>
							<div class="tab-pane fade in active" id="tab2primary">
								<div id="mulitplefileuploader">Upload</div>
								<div id="status"></div>
								<div id="startbutton" class="ajax-file-upload-green">Start Upload</div>
							</div>
							<div class="tab-pane fade" id="tab3primary">Primary 3</div>
							<div class="tab-pane fade" id="tab4primary">Primary 4</div>
							<div class="tab-pane fade" id="tab5primary">Primary 5</div>
							<div class="tab-pane fade" id="tab6primary">Primary 5</div>
						</div>
					</div>
				</div>
			</div>
		</div>
	</div>
	<script>
		$(document).ready(function()
			{   var settings = {
				url: "upload.php",
				method: "POST",
				allowedTypes:"jpg,png,gif,doc,pdf,zip",
				fileName: "myfile",
				multiple: true,

				dragdropWidth:1080,
				onSuccess:function(files,data,xhr)
				{
					$("#status").html("<font color='green'>Upload is success</font>");

				},
				onError: function(files,status,errMsg)
				{		
					$("#status").html("<font color='red'>Upload is Failed</font>");
				}
			}

			$("#mulitplefileuploader").uploadFile(settings);

		});

		$("#startbutton").click(function()
		{
			extraObj.startUpload();

		});
	</script>
</body>
</html>

CSS code

This is the css code used to create this bootstrap snippet, You can copy and paste the following css code inside a page with bootstrap 3.2.0 included, to get the result that you can see in the preview selection


body{margin-top:20px;}

body{margin-top:20px;}
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
    background-color: #3071a9;
	border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
	color: #428bca;
	background-color: #fff;
	border-color: #428bca;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #fff;   
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    background-color: #4a9fe9;
}

Similar snippets

Bootstrap example and template. pages lock screen

pages lock screen

Bootstrap example and template. single team list

single team list

Bootstrap example and template. Customer Reviews

Customer Reviews

Bootstrap example and template. Basic table email template

Basic table email template

Bootstrap example and template. Login form with icon

Login form with icon

Bootstrap example and template. profile edit data and skills

profile edit data and skills

Bootstrap example and template. profile with data and skills

profile with data and skills

Bootstrap example and template. bs5 profile billing page

bs5 profile billing page

Bootstrap example and template. Panels with nav tabs

About this bootstrap example/template

We hope you will enjoy this awesome snippet and stay tuned for the latest updates, bootdey snippets are already used in thousands of blogs, websites and projects. We believe it will save your precious time and gives trendy look to your next web project.

We always try to offer the best beautiful and responsive source of Bootstrap code examples and components.

This code example currectly have 2.2K views, Using this bootstrap snippet you have the following benefits:

Bootstrap 3.2.0

<link rel='stylesheet' href='https://netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css'>

<script src='https://netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js'></script>

This code example is based on bootstrap 3.2.0 and the grid system of this framework

Responsive

Based on bootstrap framework makes all the layouts perfectly responsive for all devices

Crossbrowser compatibility

Tested on all major browsers, it works smoothly on all of them

semantic html 5

Built on html / css3 the code quality is really amazing

Simple Integration

This code example can be simply integrated on existing sites and new ones too, all you need to do is copy the code and start working