From: Jacob Thornton Date: Mon, 28 Nov 2011 01:12:17 +0000 (-0800) Subject: turn attribute rules to list X-Git-Tag: v2.0.0~6^2~415^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f77d0c21df60e2e9c1c4b4d6a1b79e54f18914aa;p=thirdparty%2Fbootstrap.git turn attribute rules to list --- diff --git a/js/README.md b/js/README.md index e1f5107c2c..ba52b59565 100644 --- a/js/README.md +++ b/js/README.md @@ -65,9 +65,9 @@ All events should have an infinitive and past participle form. The infinitive is Data attributes should take the following form: -data-*(verb)* - defines main interaction -data-target || href^=# - defined on controller element (if element interacts with an element other than self) -data-*(noun)* - defines options for element invocation +-data-*(verb)* - defines main interaction +-data-target || href^=# - defined on controller element (if element interacts with an element other than self) +-data-*(noun)* - defines options for element invocation examples: