I'm trying to select all visited links via jQuery. Here is the HTML
<div class="question-summary">
<a class="question-hyperlink">Stuff</a>
</div>
If question-hyperlink has been visited, I was to select question-summary. Any ideas?
|
I'm trying to select all visited links via jQuery. Here is the HTML
If |
||||
|
|
|
Check out Remy Sharp's jquery.visited.js plugin. |
|||
|
|
|
Here is the selection:
Usage example:
|
|||
|
|