M
Mack
I have a script that will change the CSS class of a text link when the
user clicks on it. Basically, I am trying to create a checklist that
can change individual lines of text to strike-through mode when the
user clicks.
The problem at this point, however, is that I want to make this
persistent, and save the class of the individual lines of text in a
cookie, so that when the user returns to the page the text that was
displayed as strike-through is still shown that way.
I've done some searches, but haven't found any script examples for
this.
user clicks on it. Basically, I am trying to create a checklist that
can change individual lines of text to strike-through mode when the
user clicks.
The problem at this point, however, is that I want to make this
persistent, and save the class of the individual lines of text in a
cookie, so that when the user returns to the page the text that was
displayed as strike-through is still shown that way.
I've done some searches, but haven't found any script examples for
this.