Working with JavaScript in Rails - Ruby on Rails Guides - 0 views
-
JavaScript can also make requests to the server, and parse the response
-
Rails uses a technique called "Unobtrusive JavaScript" to handle attaching JavaScript to the DOM.
-
We call this 'unobtrusive' JavaScript because we're no longer mixing our JavaScript into our HTML.
- ...2 more annotations...