To Examples
HideTableCells Example
Directions
Create a Rails project named HideTableCells
Generate a controller named Test.
Source code for page1:
HideTableCells/app/views/test/page1.html.erb
.
Source code for the CSS stylesheet:
HideTableCells/app/assets/stylesheets/test.scss
.
Source code for the jQuery source code:
HideTableCells/app/assets/javascripts/application.js
.
Localhost URL to view page1:
http://localhost:3000/test/page1