aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2013-08-12 08:11:11 -0700
committerSteve Klabnik <steve@steveklabnik.com>2013-08-12 08:11:11 -0700
commitadf3b5b79b75973b947eed37314e15274857c1a3 (patch)
treeda369ad0b9ace10682257b930f23a894c5cf72f7
parent4d1e5847cd2f8dfc566c12d3b9e5e7f811f53282 (diff)
parentd720c5408e0ccbe892da35dd4eda20cabd8f161a (diff)
downloadrails-adf3b5b79b75973b947eed37314e15274857c1a3.tar.gz
rails-adf3b5b79b75973b947eed37314e15274857c1a3.tar.bz2
rails-adf3b5b79b75973b947eed37314e15274857c1a3.zip
Merge pull request #11823 from fomede/add-jquery-ujs-reference-link
Add events reference link to the text about jquery-ujs [ci skip]
-rw-r--r--guides/source/working_with_javascript_in_rails.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/working_with_javascript_in_rails.md b/guides/source/working_with_javascript_in_rails.md
index bd0c796673..301e0e7e6c 100644
--- a/guides/source/working_with_javascript_in_rails.md
+++ b/guides/source/working_with_javascript_in_rails.md
@@ -185,7 +185,7 @@ $(document).ready ->
```
Obviously, you'll want to be a bit more sophisticated than that, but it's a
-start.
+start. You can see more about the events [in the jquery-ujs wiki](https://github.com/rails/jquery-ujs/wiki/ajax).
### form_tag