skip to Main Content

JQuery add class and remove class div animation – Twitter bootstrap

Some of div want to get full screen with animation. which means slowly full screen. This is my div Code: <div class="bg"> <div class=" col-sm-3 col-md-3 col-lg-3 col-xs-12 col-mxs-3 subcontents" data-spy="affix" data-offset-top="180" id="affix2"> <li class="list-group-item list-group-item-info" ><strong>aaa​</strong><a href="#" class="open1"><span class="glyphicon…

VIEW QUESTION

When I click on dropdown-menu in bootstrap It opens and then close automatically – Twitter bootstrap

body { padding-top: 50px; } .dropdown.dropdown-lg .dropdown-menu { margin-top: -1px; padding: 6px 20px; } .input-group-btn .btn-group { display: flex !important; } .btn-group .btn { border-radius: 0; margin-left: -1px; } .btn-group .btn:last-child { border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .form-horizontal .btn[type="submit"] {…

VIEW QUESTION
Back To Top
Search