diff options
| author | Jacob Thornton <[email protected]> | 2011-11-27 17:12:17 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-11-27 17:12:17 -0800 |
| commit | f77d0c21df60e2e9c1c4b4d6a1b79e54f18914aa (patch) | |
| tree | 854a976221b87a05ee1f25ca5786524e0da6dd6b | |
| parent | 76f95f4ea2e4e0651e3fc6e3bf0e6872f1cd1b38 (diff) | |
| download | bootstrap-f77d0c21df60e2e9c1c4b4d6a1b79e54f18914aa.tar.xz bootstrap-f77d0c21df60e2e9c1c4b4d6a1b79e54f18914aa.zip | |
turn attribute rules to list
| -rw-r--r-- | js/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/README.md b/js/README.md index e1f5107c2..ba52b5956 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: |
