2009/11/28 emurray100 <emurray...@gmail.com>:
> I need to mark a link as "unvisited".  Any idea how I can do that in
> jQuery?

Visited links are part of the internal state of browsers, like cache
and history. You can see how it's done in the Link Visitor extension
for Firefox:
http://linkvisitor.mozdev.org/
but you won't be able to mess with the browsing history in JavaScript
in any portable manner.

Rafał Pocztarski

Reply via email to