

To accomplish this, use a wrapping element. For example, a button cannot both have a tooltip and toggle a modal. Only one plugin per element via data attributesĭon't use data attributes from multiple plugins on the same element. off ( '.data-api' )Īlternatively, to target a specific plugin, just include the plugin's name as a namespace along with the data-api namespace like this: $ ( document ). Therefore, we also provide the ability to disable the data attribute API by unbinding all events on the document namespaced with data-api. That said, in some situations it may be desirable to turn this functionality off. This is Bootstrap's first-class API and should be your first consideration when using a plugin. You can use all Bootstrap plugins purely through the markup API without writing a single line of JavaScript. Consult our bower.json to see which versions of jQuery are supported. Also note that all plugins depend on jQuery (this means jQuery must be included before the plugin files). If you include plugins individually, make sure to check for these dependencies in the docs. Some plugins and CSS components depend on other plugins.
