[jQuery] $('a:link') Selector?

2009-10-17 Thread Steven
Hello, I'm trying to make a basic, "dynamic" link color fader. Since I have multiple link colors for different classes and divisions and such, I'm trying to make it "dynamic." To do so I need to grab the original color and the hover color. Here is my code: // Fading links $('a').hover( /

[jQuery] $.( 'a:link' )

2008-02-22 Thread [EMAIL PROTECTED]
This has to be obvious - but I can't find it! I'm trying to have a script restyle the a:links. Using the CSS name (which is, precisely, #nav a:link) doesn't get a result. It does if I take the :link part off, but that overrides the child styles. Seeing as "link" isn't a DOM element, I've tried al