Re: [jQuery] Set link(s) to unvisited...

2009-11-29 Thread Rafał Pocztarski
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:

[jQuery] Set link(s) to unvisited...

2009-11-28 Thread emurray100
I need to mark a link as unvisited. Any idea how I can do that in jQuery? Note: I'm not talking about css styling, I need to reset the physical property to unvisited. Thanks in advance! Ed Murray