How to pass javascript/jQuery settings from page to page in rails?
- by aronchick
When doing javascript manipulation of what's visible, how does one pass that from page to page (ideally in Rails)?
For example, let's say I have the following simple jQuery code:
<% link_to "Next Page", report_path %>
<div class="clickable-div" style="background-color:#FFFFFF;"></div>
<script>…