- 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?
How can i do?
| ||||
|
feedback
|
|
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:
| |||||||
feedback
|