Someone help me how to add css class with jquery? I've bootstrap tab content with the current class have a class "active".
<div class="tab-content">
<div class="tab-pane **active**" id="one">
<div class="row">
and my other tab code is:
<div class="tab-pane" id="two">
<div class="row">
<div class="col-md-12">
if i click a tab with id two, i want to add active class on class="tab-pane".