提交 506257a1 编写于 作者: A Agis Anastasopoulos

Consistent headlines & ToC

I believe the topics and their headlines should be consistent for obvious reasons. Also
上级 6d927fb4
...@@ -5,11 +5,11 @@ This guide covers the built-in Ajax/JavaScript functionality of Rails (and ...@@ -5,11 +5,11 @@ This guide covers the built-in Ajax/JavaScript functionality of Rails (and
more); it will enable you to create rich and dynamic AJAX applications with more); it will enable you to create rich and dynamic AJAX applications with
ease! We will cover the following topics: ease! We will cover the following topics:
* Quick introduction to AJAX * An introduction to AJAX
* Unobtrusive JavaScript * Unobtrusive JavaScript
* How Rails' built-in helpers assist you * Built-in Helpers
* Handling AJAX on the server side * Server-side concerns
* The Turbolinks gem * Turbolinks
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
...@@ -246,7 +246,7 @@ this generates ...@@ -246,7 +246,7 @@ this generates
Since it's just a `<form>`, all of the information on `form_for` also applies. Since it's just a `<form>`, all of the information on `form_for` also applies.
Server side concerns Server-side concerns
-------------------- --------------------
AJAX isn't just client-side, you also need to do some work on the server AJAX isn't just client-side, you also need to do some work on the server
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册