[jQuery] Re: marking a link as visited

2009-11-11 Thread walter jenner
subscribing... On Sep 26, 9:19 am, Bertilo Wennergren wrote: > RealMason wrote: > > I'm using jquery.embedquicktime.js to play an mp3. Sometimes I have a > > dozen different mp3s on a page. When a user clicks on the graphical > > play button, the button is replaced with the Quicktime controller b

[jQuery] Re: marking a link as visited

2009-09-26 Thread Bertilo Wennergren
RealMason wrote: I'm using jquery.embedquicktime.js to play an mp3. Sometimes I have a dozen different mp3s on a page. When a user clicks on the graphical play button, the button is replaced with the Quicktime controller bar. This is all expected behavior. Since the link doesn't actually go an

[jQuery] Re: marking a link as visited

2009-09-25 Thread James
The CSS visited is triggered by whether it's in the browser history. Since they're not really adding an entry to the history, you'll probably need a workaround. Perhaps saving the link ID (or session ID to data elsewhere) in a persistent cookie, and changing the style of the link based on whether