Git Product home page Git Product logo

bootstrap-tabdrop's People

Contributors

capocasa avatar nwhite89 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

bootstrap-tabdrop's Issues

problem with minified script

There seems to be a problem with the minified script (build/js/bootstrap-tabdrop.min.js). When concatenated inside a common js file in a page, ti causes an "undefined function" error in the plugin next to it in the concatenated file.
We encounter this error in the following circumstances: we have a symfony PHP application, in which all js assets on a page are concatenated using assetic.
The error does not occur if:

  • the minified script is loaded separately on the page (i.e. not concatenated into a single js file with the page's other js assets)
  • the unminified script is used
  • we use our own minified script

Error when combining with sub menu ".dropdown-submenu"

                    <div class="tabbable tabbable-tabdrop">
                        <ul class="nav nav-tabs no-margin no-border">
                            <li class="">
                                <a href="#tab1" data-toggle="tab" aria-expanded="false">Detail</a>
                            </li>
                            <li>
                                <a href="#tab2" data-toggle="tab">
                                    <i class="fa fa-cart-arrow-down"></i> More
                                </a>
                            </li>
                            <li class="dropdown-submenu pull-left">
                                <a href="javascript:;">Transfer To</a>
                                <ul class="dropdown-menu" role="menu">
                                    <li><a href="#">A</a></li>
                                    <li><a href="#">B</a></li>
                                    <li><a href="#">C</a></li>
                                    <li><a href="#">D</a></li>
                                </ul>
                            </li>
                        </ul>
                    </div>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.