How to Extend Twitter Bootstrap Plugin

后端 未结 5 1914
面向向阳花
面向向阳花 2020-11-27 02:43

I am digging into Twitter\'s Bootstrap and now want to try and add some functionality to the plugins, but I can\'t figure out how to do so. Using the modal plugin as an exa

5条回答
  •  余生分开走
    2020-11-27 03:28

    For reference, I had a similar problem so I "extended" the Typeahead plugin by forking and adding the functionality I needed in the plugin script itself.

    If you have to change the source it's not really an extension anyways so I figured it was easier just to put all my modifications in one place.

提交回复
热议问题