You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: actionview/app/assets/javascripts/README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This unobtrusive scripting support file is developed for the Ruby on Rails frame
7
7
- make forms or hyperlinks submit data asynchronously with Ajax;
8
8
- have submit buttons become automatically disabled on form submit to prevent double-clicking.
9
9
10
-
These features are achieved by adding certain [`data` attributes][data] to your HTML markup. In Rails, they are added by the framework's template helpers.
10
+
These features are achieved by adding certain [`data` attributes][data] to your HTML markup. Documentation about the various supported `data` attributes is [available here][ujsdocs]. In Rails, they are added by the framework's template helpers.
11
11
12
12
## Optional prerequisites
13
13
@@ -55,3 +55,4 @@ rails-ujs is released under the [MIT License](MIT-LICENSE).
55
55
[data]: https://www.w3.org/TR/html5/dom.html#embedding-custom-non-visible-data-with-the-data-attributes"Embedding custom non-visible data with the data-* attributes"
0 commit comments