- i'm using jquery. i have a anchor list. i'm enumerate anchors, if it visited, set display:none;
- i need when click on the anchor, anchor will changed to visited state from javascript?
How can i do?
|
2
|
How can i do?
|
|||
|
|
|
|
Yeah, see here for an example. It uses The relevant part of the example is this (modified for clarity):
May I ask what do you need it for? Edit: WRT #2, you could open the link in an
Edit: You can create new CSS rules with JS. There's a jQuery plugin to make it more simple. Basically, you would do it like this:
|
||||||
|
|
|
How about doing it through CSS?
|
||
|
|