<%=javascript_include_tag :defaults %>
now if i click show link then the div “show” is shown
at now if i click refresh button then its not shown
what should i do to show div “show” after refreshing.
any idea or is there any plugin ?
pls help.
<%=javascript_include_tag :defaults %>
now if i click show link then the div “show” is shown
at now if i click refresh button then its not shown
what should i do to show div “show” after refreshing.
any idea or is there any plugin ?
pls help.
now if i click show link then the div “show” is shown
at now if i click refresh button then its not shownwhat should i do to show div “show” after refreshing.
any idea or is there any plugin ?
pls help.
if it is decided that the div is shown / not shown per user basis, it
calls for a session implementation
session[‘shown’] or whatever
although there may be some cheaper trick.
Shai R. wrote:
if it is decided that the div is shown / not shown per user basis, it
calls for a session implementationsession[‘shown’] or whatever
although there may be some cheaper trick.
how to manage that ?
is it Rails session or any other ?
can you show a simple example solution ?\
thank you
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs