From: Chris Rebert Date: Mon, 10 Feb 2014 18:12:28 +0000 (-0800) Subject: tweak phrasing for hopefully greater clarity X-Git-Tag: v3.1.1~14^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77eaa808dbe68d232f3c8e0416ed25fbc12f1ffa;p=thirdparty%2Fbootstrap.git tweak phrasing for hopefully greater clarity --- diff --git a/docs/javascript.html b/docs/javascript.html index 2d42da2034..16cd66e65a 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -21,7 +21,7 @@ lead: "Bring Bootstrap's components to life with over a dozen custom jQuery plug

Component data attributes

-

Don't mix data attributes from separate plugins on the same component. For example, a button cannot have a tooltip and toggle a modal. To accomplish this, use a wrapping element.

+

Don't use data attributes from multiple plugins on the same element. For example, a button cannot both have a tooltip and toggle a modal. To accomplish this, use a wrapping element.