diff options
author | Steve Klabnik <steve@steveklabnik.com> | 2013-08-12 08:11:11 -0700 |
---|---|---|
committer | Steve Klabnik <steve@steveklabnik.com> | 2013-08-12 08:11:11 -0700 |
commit | adf3b5b79b75973b947eed37314e15274857c1a3 (patch) | |
tree | da369ad0b9ace10682257b930f23a894c5cf72f7 /guides | |
parent | 4d1e5847cd2f8dfc566c12d3b9e5e7f811f53282 (diff) | |
parent | d720c5408e0ccbe892da35dd4eda20cabd8f161a (diff) | |
download | rails-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]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/working_with_javascript_in_rails.md | 2 |
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 |