I recently made a website this week, vhtvshows.com.br. When I click on a series to watch and choose the episode, the ajax takes the link and places it in my div, but when I return the link it is not in the color I put in the CSS:
#exemplo a:visited{
color:#0099ff;
}
Now when I open the link in a new tab where ajax will not work, it works perfectly with a:visited
.
Does anyone know what I can do to validate a:visited
even using ajax? I do not want to have to use "iframe".