diff options
author | Sadjow Leão <sadjow@gmail.com> | 2013-08-09 19:35:14 -0300 |
---|---|---|
committer | Sadjow Leão <sadjow@gmail.com> | 2013-08-12 11:51:10 -0300 |
commit | d720c5408e0ccbe892da35dd4eda20cabd8f161a (patch) | |
tree | 2c025cc6d36d948d1a816e8ee83456b91d8fa7bc /guides/source | |
parent | 4f5f59a492bd32afa476ac6b51ca5295b70fe246 (diff) | |
download | rails-d720c5408e0ccbe892da35dd4eda20cabd8f161a.tar.gz rails-d720c5408e0ccbe892da35dd4eda20cabd8f161a.tar.bz2 rails-d720c5408e0ccbe892da35dd4eda20cabd8f161a.zip |
Add events reference link to the text about jquery-ujs [ci skip]
Diffstat (limited to 'guides/source')
-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 |