InterviewSolution
Saved Bookmarks
| 1. |
How do Rails implement Ajax? |
|
Answer» AJAX-powered pages retrieve the page from the server. This page is unlike other web pages where you have to refresh the page to SEE the latest update. Rails trigger Ajax in the following ways:
|
|