I need them for buttons, I have a set of buttons that all have hover colors, when one clicks on one, all the others should be reset
On Oct 14, 2:43 am, "Glen Lipka" <[EMAIL PROTECTED]> wrote: > Why do you need jQuery for that? > a:link {} > a:hover {} > a:active {} > all work fine in CSS? > > Check outhttp://www.jquery.com/api. You can see a nice list of all of the > things jQuery can do there. > > Glen > > On 10/13/07, wattaka <[EMAIL PROTECTED]> wrote: > > > > > How does set the classes of an <a > tag? I would like to trigger the > > active, hover or link attributes > > > Thanks